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