Shades of Baby Blue #66EFFF
Tints of Baby Blue #66EFFF
RGB
CMYK
RGB Variations
Color information
#66EFFF (or 0x66EFFF) is known color: Baby Blue. HEX triplet: 66, EF and FF. RGB value is (102,239,255). Sum of RGB (Red+Green+Blue) = 102+239+255=596 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.11% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #66EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EFFF is #991000. Grayscale: #C7C7C7. Windows color (decimal): -10031105 or 16772966. OLE color: 16772966.
HSL color Cylindrical-coordinate representation of color #66EFFF: hue angle of 186.27º 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 #66EFFF is Cyan = 0.6, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 239 | 255 | - |
| CMYK | 0.6 | 0.06 | 0 | 0 |
| HSL | 186.27º | 1% | 0.7% | - |
| HSV(B) | 186.27º | 0.6% | 1% | - |
| XYZ | 54.4 | 71.78 | 105.6 | - |
| YUV | 199.86 | 159.11 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 255 | 0.6 | 0.06 | 0 | 0 | 186.27 | 1 | 0.7 |
| Hex | 66 | EF | FF | 3C | 6 | 0 | 0 | BA | 64 | 46 |
| Octal | 146 | 357 | 377 | 74 | 6 | 0 | 0 | 272 | 144 | 106 |
| Binary | 1100110 | 11101111 | 11111111 | 111100 | 110 | 0 | 0 | 10111010 | 1100100 | 1000110 |
Color Harmonies of #66EFFF
Complementary color
Monochromatic Colors of #66EFFF
Black with #66EFFF
Text Example
Text Example
White with #66EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EFFF; }
p { color: rgb(102,239,255); }
H1.HeaderClassName
{
color: #66EFFF;
}
.AnyTagClassName
{
color: #66EFFF;
}
</style>
background-color css
<style>
a { background-color: #66EFFF; }
a { background-color: rgb(102,239,255); }
div.DivClassName
{
background-color: #66EFFF;
}
.BgClassName
{
background-color: #66EFFF;
}
</style>
border-color css
<style>
span { border-color: #66EFFF; }
span { border-color: rgb(102,239,255); }
td.TdClassName
{
border-color: #66EFFF;
}
.TagClassName
{
border-color: #66EFFF;
}
</style>