Shades of Baby Blue #66FFFA
Tints of Baby Blue #66FFFA
RGB
CMYK
RGB Variations
Color information
#66FFFA (or 0x66FFFA) is known color: Baby Blue. HEX triplet: 66, FF and FA. RGB value is (102,255,250). Sum of RGB (Red+Green+Blue) = 102+255+250=607 (80% of max value = 765). Red value is 102 (40.23% from 255 or 16.80% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FFFA is #990005. Grayscale: #D0D0D0. Windows color (decimal): -10027014 or 16449382. OLE color: 16449382.
HSL color Cylindrical-coordinate representation of color #66FFFA: hue angle of 178.04º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFFA is Cyan = 0.6, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 250 | - |
| CMYK | 0.6 | 0 | 0.02 | 0 |
| HSL | 178.04º | 1% | 0.7% | - |
| HSV(B) | 178.04º | 0.6% | 1% | - |
| XYZ | 58.49 | 81.25 | 103.04 | - |
| YUV | 208.68 | 151.31 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 250 | 0.6 | 0 | 0.02 | 0 | 178.04 | 1 | 0.7 |
| Hex | 66 | FF | FA | 3C | 0 | 2 | 0 | B2 | 64 | 46 |
| Octal | 146 | 377 | 372 | 74 | 0 | 2 | 0 | 262 | 144 | 106 |
| Binary | 1100110 | 11111111 | 11111010 | 111100 | 0 | 10 | 0 | 10110010 | 1100100 | 1000110 |
Color Harmonies of #66FFFA
Complementary color
Monochromatic Colors of #66FFFA
Black with #66FFFA
Text Example
Text Example
White with #66FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFFA; }
p { color: rgb(102,255,250); }
H1.HeaderClassName
{
color: #66FFFA;
}
.AnyTagClassName
{
color: #66FFFA;
}
</style>
background-color css
<style>
a { background-color: #66FFFA; }
a { background-color: rgb(102,255,250); }
div.DivClassName
{
background-color: #66FFFA;
}
.BgClassName
{
background-color: #66FFFA;
}
</style>
border-color css
<style>
span { border-color: #66FFFA; }
span { border-color: rgb(102,255,250); }
td.TdClassName
{
border-color: #66FFFA;
}
.TagClassName
{
border-color: #66FFFA;
}
</style>