Shades of Baby Blue #66FAFA
Tints of Baby Blue #66FAFA
RGB
CMYK
RGB Variations
Color information
#66FAFA (or 0x66FAFA) is known color: Baby Blue. HEX triplet: 66, FA and FA. RGB value is (102,250,250). Sum of RGB (Red+Green+Blue) = 102+250+250=602 (79% of max value = 765). Red value is 102 (40.23% from 255 or 16.94% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #66FAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FAFA is #990505. Grayscale: #CDCDCD. Windows color (decimal): -10028294 or 16448102. OLE color: 16448102.
HSL color Cylindrical-coordinate representation of color #66FAFA: hue angle of 180º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66FAFA is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 250 | 250 | - |
| CMYK | 0.59 | 0 | 0 | 0.02 |
| HSL | 180º | 0.94% | 0.69% | - |
| HSV(B) | 180º | 0.59% | 0.98% | - |
| XYZ | 56.92 | 78.1 | 102.52 | - |
| YUV | 205.75 | 152.97 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 250 | 250 | 0.59 | 0 | 0 | 0.02 | 180 | 0.94 | 0.69 |
| Hex | 66 | FA | FA | 3B | 0 | 0 | 2 | B4 | 5E | 45 |
| Octal | 146 | 372 | 372 | 73 | 0 | 0 | 2 | 264 | 136 | 105 |
| Binary | 1100110 | 11111010 | 11111010 | 111011 | 0 | 0 | 10 | 10110100 | 1011110 | 1000101 |
Color Harmonies of #66FAFA
Complementary color
Monochromatic Colors of #66FAFA
Black with #66FAFA
Text Example
Text Example
White with #66FAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FAFA; }
p { color: rgb(102,250,250); }
H1.HeaderClassName
{
color: #66FAFA;
}
.AnyTagClassName
{
color: #66FAFA;
}
</style>
background-color css
<style>
a { background-color: #66FAFA; }
a { background-color: rgb(102,250,250); }
div.DivClassName
{
background-color: #66FAFA;
}
.BgClassName
{
background-color: #66FAFA;
}
</style>
border-color css
<style>
span { border-color: #66FAFA; }
span { border-color: rgb(102,250,250); }
td.TdClassName
{
border-color: #66FAFA;
}
.TagClassName
{
border-color: #66FAFA;
}
</style>