Shades of Baby Blue #66FEE5
Tints of Baby Blue #66FEE5
RGB
CMYK
RGB Variations
Color information
#66FEE5 (or 0x66FEE5) is known color: Baby Blue. HEX triplet: 66, FE and E5. RGB value is (102,254,229). Sum of RGB (Red+Green+Blue) = 102+254+229=585 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.44% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FEE5 is #99011A. Grayscale: #CDCDCD. Windows color (decimal): -10027291 or 15072870. OLE color: 15072870.
HSL color Cylindrical-coordinate representation of color #66FEE5: hue angle of 170.13º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FEE5 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 229 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.00 |
| HSL | 170.13º | 0.99% | 0.7% | - |
| HSV(B) | 170.13º | 0.6% | 1% | - |
| XYZ | 55.06 | 79.37 | 86.55 | - |
| YUV | 205.7 | 141.14 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 229 | 0.60 | 0 | 0.10 | 0.00 | 170.13 | 0.99 | 0.7 |
| Hex | 66 | FE | E5 | 3C | 0 | A | 0 | AA | 63 | 46 |
| Octal | 146 | 376 | 345 | 74 | 0 | 12 | 0 | 252 | 143 | 106 |
| Binary | 1100110 | 11111110 | 11100101 | 111100 | 0 | 1010 | 0 | 10101010 | 1100011 | 1000110 |
Color Harmonies of #66FEE5
Complementary color
Monochromatic Colors of #66FEE5
Black with #66FEE5
Text Example
Text Example
White with #66FEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FEE5; }
p { color: rgb(102,254,229); }
H1.HeaderClassName
{
color: #66FEE5;
}
.AnyTagClassName
{
color: #66FEE5;
}
</style>
background-color css
<style>
a { background-color: #66FEE5; }
a { background-color: rgb(102,254,229); }
div.DivClassName
{
background-color: #66FEE5;
}
.BgClassName
{
background-color: #66FEE5;
}
</style>
border-color css
<style>
span { border-color: #66FEE5; }
span { border-color: rgb(102,254,229); }
td.TdClassName
{
border-color: #66FEE5;
}
.TagClassName
{
border-color: #66FEE5;
}
</style>