Shades of Baby Blue #66FEEF
Tints of Baby Blue #66FEEF
RGB
CMYK
RGB Variations
Color information
#66FEEF (or 0x66FEEF) is known color: Baby Blue. HEX triplet: 66, FE and EF. RGB value is (102,254,239). Sum of RGB (Red+Green+Blue) = 102+254+239=595 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.14% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FEEF is #990110. Grayscale: #CECECE. Windows color (decimal): -10027281 or 15728230. OLE color: 15728230.
HSL color Cylindrical-coordinate representation of color #66FEEF: hue angle of 174.08º 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 #66FEEF is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 239 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.00 |
| HSL | 174.08º | 0.99% | 0.7% | - |
| HSV(B) | 174.08º | 0.6% | 1% | - |
| XYZ | 56.5 | 79.94 | 94.11 | - |
| YUV | 206.84 | 146.14 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 239 | 0.60 | 0 | 0.06 | 0.00 | 174.08 | 0.99 | 0.7 |
| Hex | 66 | FE | EF | 3C | 0 | 6 | 0 | AE | 63 | 46 |
| Octal | 146 | 376 | 357 | 74 | 0 | 6 | 0 | 256 | 143 | 106 |
| Binary | 1100110 | 11111110 | 11101111 | 111100 | 0 | 110 | 0 | 10101110 | 1100011 | 1000110 |
Color Harmonies of #66FEEF
Complementary color
Monochromatic Colors of #66FEEF
Black with #66FEEF
Text Example
Text Example
White with #66FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FEEF; }
p { color: rgb(102,254,239); }
H1.HeaderClassName
{
color: #66FEEF;
}
.AnyTagClassName
{
color: #66FEEF;
}
</style>
background-color css
<style>
a { background-color: #66FEEF; }
a { background-color: rgb(102,254,239); }
div.DivClassName
{
background-color: #66FEEF;
}
.BgClassName
{
background-color: #66FEEF;
}
</style>
border-color css
<style>
span { border-color: #66FEEF; }
span { border-color: rgb(102,254,239); }
td.TdClassName
{
border-color: #66FEEF;
}
.TagClassName
{
border-color: #66FEEF;
}
</style>