Shades of Baby Blue #66EEF9
Tints of Baby Blue #66EEF9
RGB
CMYK
RGB Variations
Color information
#66EEF9 (or 0x66EEF9) is known color: Baby Blue. HEX triplet: 66, EE and F9. RGB value is (102,238,249). Sum of RGB (Red+Green+Blue) = 102+238+249=589 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.32% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #66EEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EEF9 is #991106. Grayscale: #C6C6C6. Windows color (decimal): -10031367 or 16379494. OLE color: 16379494.
HSL color Cylindrical-coordinate representation of color #66EEF9: hue angle of 184.49º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66EEF9 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 238 | 249 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.02 |
| HSL | 184.49º | 0.92% | 0.69% | - |
| HSV(B) | 184.49º | 0.59% | 0.98% | - |
| XYZ | 53.15 | 70.81 | 100.49 | - |
| YUV | 198.59 | 156.44 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 238 | 249 | 0.59 | 0.04 | 0 | 0.02 | 184.49 | 0.92 | 0.69 |
| Hex | 66 | EE | F9 | 3B | 4 | 0 | 2 | B8 | 5C | 45 |
| Octal | 146 | 356 | 371 | 73 | 4 | 0 | 2 | 270 | 134 | 105 |
| Binary | 1100110 | 11101110 | 11111001 | 111011 | 100 | 0 | 10 | 10111000 | 1011100 | 1000101 |
Color Harmonies of #66EEF9
Complementary color
Monochromatic Colors of #66EEF9
Black with #66EEF9
Text Example
Text Example
White with #66EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EEF9; }
p { color: rgb(102,238,249); }
H1.HeaderClassName
{
color: #66EEF9;
}
.AnyTagClassName
{
color: #66EEF9;
}
</style>
background-color css
<style>
a { background-color: #66EEF9; }
a { background-color: rgb(102,238,249); }
div.DivClassName
{
background-color: #66EEF9;
}
.BgClassName
{
background-color: #66EEF9;
}
</style>
border-color css
<style>
span { border-color: #66EEF9; }
span { border-color: rgb(102,238,249); }
td.TdClassName
{
border-color: #66EEF9;
}
.TagClassName
{
border-color: #66EEF9;
}
</style>