Shades of Baby Blue #66EEF5
Tints of Baby Blue #66EEF5
RGB
CMYK
RGB Variations
Color information
#66EEF5 (or 0x66EEF5) is known color: Baby Blue. HEX triplet: 66, EE and F5. RGB value is (102,238,245). Sum of RGB (Red+Green+Blue) = 102+238+245=585 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.44% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 245 - color contains mainly: blue. Hex color #66EEF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EEF5 is #99110A. Grayscale: #C5C5C5. Windows color (decimal): -10031371 or 16117350. OLE color: 16117350.
HSL color Cylindrical-coordinate representation of color #66EEF5: hue angle of 182.94º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66EEF5 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 238 | 245 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.04 |
| HSL | 182.94º | 0.88% | 0.68% | - |
| HSV(B) | 182.94º | 0.58% | 0.96% | - |
| XYZ | 52.54 | 70.57 | 97.24 | - |
| YUV | 198.13 | 154.44 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 238 | 245 | 0.58 | 0.03 | 0 | 0.04 | 182.94 | 0.88 | 0.68 |
| Hex | 66 | EE | F5 | 3A | 3 | 0 | 4 | B7 | 58 | 44 |
| Octal | 146 | 356 | 365 | 72 | 3 | 0 | 4 | 267 | 130 | 104 |
| Binary | 1100110 | 11101110 | 11110101 | 111010 | 11 | 0 | 100 | 10110111 | 1011000 | 1000100 |
Color Harmonies of #66EEF5
Complementary color
Monochromatic Colors of #66EEF5
Black with #66EEF5
Text Example
Text Example
White with #66EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EEF5; }
p { color: rgb(102,238,245); }
H1.HeaderClassName
{
color: #66EEF5;
}
.AnyTagClassName
{
color: #66EEF5;
}
</style>
background-color css
<style>
a { background-color: #66EEF5; }
a { background-color: rgb(102,238,245); }
div.DivClassName
{
background-color: #66EEF5;
}
.BgClassName
{
background-color: #66EEF5;
}
</style>
border-color css
<style>
span { border-color: #66EEF5; }
span { border-color: rgb(102,238,245); }
td.TdClassName
{
border-color: #66EEF5;
}
.TagClassName
{
border-color: #66EEF5;
}
</style>