Shades of Baby Blue #66FEFC
Tints of Baby Blue #66FEFC
RGB
CMYK
RGB Variations
Color information
#66FEFC (or 0x66FEFC) is known color: Baby Blue. HEX triplet: 66, FE and FC. RGB value is (102,254,252). Sum of RGB (Red+Green+Blue) = 102+254+252=608 (80% of max value = 765). Red value is 102 (40.23% from 255 or 16.78% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FEFC is #990103. Grayscale: #D0D0D0. Windows color (decimal): -10027268 or 16580198. OLE color: 16580198.
HSL color Cylindrical-coordinate representation of color #66FEFC: hue angle of 179.21º 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 #66FEFC is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 252 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.00 |
| HSL | 179.21º | 0.99% | 0.7% | - |
| HSV(B) | 179.21º | 0.6% | 1% | - |
| XYZ | 58.49 | 80.74 | 104.6 | - |
| YUV | 208.32 | 152.64 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 252 | 0.60 | 0 | 0.01 | 0.00 | 179.21 | 0.99 | 0.7 |
| Hex | 66 | FE | FC | 3C | 0 | 1 | 0 | B3 | 63 | 46 |
| Octal | 146 | 376 | 374 | 74 | 0 | 1 | 0 | 263 | 143 | 106 |
| Binary | 1100110 | 11111110 | 11111100 | 111100 | 0 | 1 | 0 | 10110011 | 1100011 | 1000110 |
Color Harmonies of #66FEFC
Complementary color
Monochromatic Colors of #66FEFC
Black with #66FEFC
Text Example
Text Example
White with #66FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FEFC; }
p { color: rgb(102,254,252); }
H1.HeaderClassName
{
color: #66FEFC;
}
.AnyTagClassName
{
color: #66FEFC;
}
</style>
background-color css
<style>
a { background-color: #66FEFC; }
a { background-color: rgb(102,254,252); }
div.DivClassName
{
background-color: #66FEFC;
}
.BgClassName
{
background-color: #66FEFC;
}
</style>
border-color css
<style>
span { border-color: #66FEFC; }
span { border-color: rgb(102,254,252); }
td.TdClassName
{
border-color: #66FEFC;
}
.TagClassName
{
border-color: #66FEFC;
}
</style>