Shades of Baby Blue #66EFF7
Tints of Baby Blue #66EFF7
RGB
CMYK
RGB Variations
Color information
#66EFF7 (or 0x66EFF7) is known color: Baby Blue. HEX triplet: 66, EF and F7. RGB value is (102,239,247). Sum of RGB (Red+Green+Blue) = 102+239+247=588 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.35% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 247 (96.88% from 255 or 42.01% from 588); Max value from RGB is 247 - color contains mainly: blue. Hex color #66EFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EFF7 is #991008. Grayscale: #C6C6C6. Windows color (decimal): -10031113 or 16248678. OLE color: 16248678.
HSL color Cylindrical-coordinate representation of color #66EFF7: hue angle of 183.31º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66EFF7 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 239 | 247 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.03 |
| HSL | 183.31º | 0.9% | 0.68% | - |
| HSV(B) | 183.31º | 0.59% | 0.97% | - |
| XYZ | 53.13 | 71.27 | 98.95 | - |
| YUV | 198.95 | 155.11 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 247 | 0.59 | 0.03 | 0 | 0.03 | 183.31 | 0.9 | 0.68 |
| Hex | 66 | EF | F7 | 3B | 3 | 0 | 3 | B7 | 5A | 44 |
| Octal | 146 | 357 | 367 | 73 | 3 | 0 | 3 | 267 | 132 | 104 |
| Binary | 1100110 | 11101111 | 11110111 | 111011 | 11 | 0 | 11 | 10110111 | 1011010 | 1000100 |
Color Harmonies of #66EFF7
Complementary color
Monochromatic Colors of #66EFF7
Black with #66EFF7
Text Example
Text Example
White with #66EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EFF7; }
p { color: rgb(102,239,247); }
H1.HeaderClassName
{
color: #66EFF7;
}
.AnyTagClassName
{
color: #66EFF7;
}
</style>
background-color css
<style>
a { background-color: #66EFF7; }
a { background-color: rgb(102,239,247); }
div.DivClassName
{
background-color: #66EFF7;
}
.BgClassName
{
background-color: #66EFF7;
}
</style>
border-color css
<style>
span { border-color: #66EFF7; }
span { border-color: rgb(102,239,247); }
td.TdClassName
{
border-color: #66EFF7;
}
.TagClassName
{
border-color: #66EFF7;
}
</style>