Shades of Baby Blue #6BFEF9
Tints of Baby Blue #6BFEF9
RGB
CMYK
RGB Variations
Color information
#6BFEF9 (or 0x6BFEF9) is known color: Baby Blue. HEX triplet: 6B, FE and F9. RGB value is (107,254,249). Sum of RGB (Red+Green+Blue) = 107+254+249=610 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.54% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFEF9 is #940106. Grayscale: #D1D1D1. Windows color (decimal): -9699591 or 16383595. OLE color: 16383595.
HSL color Cylindrical-coordinate representation of color #6BFEF9: hue angle of 177.96º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFEF9 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 254 | 249 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.00 |
| HSL | 177.96º | 0.99% | 0.71% | - |
| HSV(B) | 177.96º | 0.58% | 1% | - |
| XYZ | 58.6 | 80.85 | 102.14 | - |
| YUV | 209.48 | 150.3 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 254 | 249 | 0.58 | 0 | 0.02 | 0.00 | 177.96 | 0.99 | 0.71 |
| Hex | 6B | FE | F9 | 3A | 0 | 2 | 0 | B2 | 63 | 47 |
| Octal | 153 | 376 | 371 | 72 | 0 | 2 | 0 | 262 | 143 | 107 |
| Binary | 1101011 | 11111110 | 11111001 | 111010 | 0 | 10 | 0 | 10110010 | 1100011 | 1000111 |
Color Harmonies of #6BFEF9
Complementary color
Monochromatic Colors of #6BFEF9
Black with #6BFEF9
Text Example
Text Example
White with #6BFEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFEF9; }
p { color: rgb(107,254,249); }
H1.HeaderClassName
{
color: #6BFEF9;
}
.AnyTagClassName
{
color: #6BFEF9;
}
</style>
background-color css
<style>
a { background-color: #6BFEF9; }
a { background-color: rgb(107,254,249); }
div.DivClassName
{
background-color: #6BFEF9;
}
.BgClassName
{
background-color: #6BFEF9;
}
</style>
border-color css
<style>
span { border-color: #6BFEF9; }
span { border-color: rgb(107,254,249); }
td.TdClassName
{
border-color: #6BFEF9;
}
.TagClassName
{
border-color: #6BFEF9;
}
</style>