Shades of Baby Blue #66FFFF
Tints of Baby Blue #66FFFF
RGB
CMYK
RGB Variations
Color information
#66FFFF (or 0x66FFFF) is known color: Baby Blue. HEX triplet: 66, FF and FF. RGB value is (102,255,255). Sum of RGB (Red+Green+Blue) = 102+255+255=612 (81% of max value = 765). Red value is 102 (40.23% from 255 or 16.67% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #66FFFF is a web safe color. Inversed color of #66FFFF is #990000. Grayscale: #D1D1D1. Windows color (decimal): -10027009 or 16777062. OLE color: 16777062.
HSL color Cylindrical-coordinate representation of color #66FFFF: hue angle of 180º 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 #66FFFF is Cyan = 0.6, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 255 | - |
| CMYK | 0.6 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.7% | - |
| HSV(B) | 180º | 0.6% | 1% | - |
| XYZ | 59.29 | 81.56 | 107.23 | - |
| YUV | 209.25 | 153.81 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 255 | 0.6 | 0 | 0 | 0 | 180 | 1 | 0.7 |
| Hex | 66 | FF | FF | 3C | 0 | 0 | 0 | B4 | 64 | 46 |
| Octal | 146 | 377 | 377 | 74 | 0 | 0 | 0 | 264 | 144 | 106 |
| Binary | 1100110 | 11111111 | 11111111 | 111100 | 0 | 0 | 0 | 10110100 | 1100100 | 1000110 |
Color Harmonies of #66FFFF
Complementary color
Monochromatic Colors of #66FFFF
Black with #66FFFF
Text Example
Text Example
White with #66FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFFF; }
p { color: rgb(102,255,255); }
H1.HeaderClassName
{
color: #66FFFF;
}
.AnyTagClassName
{
color: #66FFFF;
}
</style>
background-color css
<style>
a { background-color: #66FFFF; }
a { background-color: rgb(102,255,255); }
div.DivClassName
{
background-color: #66FFFF;
}
.BgClassName
{
background-color: #66FFFF;
}
</style>
border-color css
<style>
span { border-color: #66FFFF; }
span { border-color: rgb(102,255,255); }
td.TdClassName
{
border-color: #66FFFF;
}
.TagClassName
{
border-color: #66FFFF;
}
</style>