Shades of Baby Blue #66EAFE
Tints of Baby Blue #66EAFE
RGB
CMYK
RGB Variations
Color information
#66EAFE (or 0x66EAFE) is known color: Baby Blue. HEX triplet: 66, EA and FE. RGB value is (102,234,254). Sum of RGB (Red+Green+Blue) = 102+234+254=590 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.29% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #66EAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EAFE is #991501. Grayscale: #C4C4C4. Windows color (decimal): -10032386 or 16706150. OLE color: 16706150.
HSL color Cylindrical-coordinate representation of color #66EAFE: hue angle of 187.89º 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 #66EAFE is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 234 | 254 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.00 |
| HSL | 187.89º | 0.99% | 0.7% | - |
| HSV(B) | 187.89º | 0.6% | 1% | - |
| XYZ | 52.79 | 68.83 | 104.27 | - |
| YUV | 196.81 | 160.27 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 234 | 254 | 0.60 | 0.08 | 0 | 0.00 | 187.89 | 0.99 | 0.7 |
| Hex | 66 | EA | FE | 3C | 8 | 0 | 0 | BC | 63 | 46 |
| Octal | 146 | 352 | 376 | 74 | 10 | 0 | 0 | 274 | 143 | 106 |
| Binary | 1100110 | 11101010 | 11111110 | 111100 | 1000 | 0 | 0 | 10111100 | 1100011 | 1000110 |
Color Harmonies of #66EAFE
Complementary color
Monochromatic Colors of #66EAFE
Black with #66EAFE
Text Example
Text Example
White with #66EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EAFE; }
p { color: rgb(102,234,254); }
H1.HeaderClassName
{
color: #66EAFE;
}
.AnyTagClassName
{
color: #66EAFE;
}
</style>
background-color css
<style>
a { background-color: #66EAFE; }
a { background-color: rgb(102,234,254); }
div.DivClassName
{
background-color: #66EAFE;
}
.BgClassName
{
background-color: #66EAFE;
}
</style>
border-color css
<style>
span { border-color: #66EAFE; }
span { border-color: rgb(102,234,254); }
td.TdClassName
{
border-color: #66EAFE;
}
.TagClassName
{
border-color: #66EAFE;
}
</style>