Shades of Baby Blue #66EFF2
Tints of Baby Blue #66EFF2
RGB
CMYK
RGB Variations
Color information
#66EFF2 (or 0x66EFF2) is known color: Baby Blue. HEX triplet: 66, EF and F2. RGB value is (102,239,242). Sum of RGB (Red+Green+Blue) = 102+239+242=583 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.50% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #66EFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EFF2 is #99100D. Grayscale: #C6C6C6. Windows color (decimal): -10031118 or 15920998. OLE color: 15920998.
HSL color Cylindrical-coordinate representation of color #66EFF2: hue angle of 181.29º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66EFF2 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 239 | 242 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.05 |
| HSL | 181.29º | 0.84% | 0.67% | - |
| HSV(B) | 181.29º | 0.58% | 0.95% | - |
| XYZ | 52.37 | 70.97 | 94.94 | - |
| YUV | 198.38 | 152.61 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 242 | 0.58 | 0.01 | 0 | 0.05 | 181.29 | 0.84 | 0.67 |
| Hex | 66 | EF | F2 | 3A | 1 | 0 | 5 | B5 | 54 | 43 |
| Octal | 146 | 357 | 362 | 72 | 1 | 0 | 5 | 265 | 124 | 103 |
| Binary | 1100110 | 11101111 | 11110010 | 111010 | 1 | 0 | 101 | 10110101 | 1010100 | 1000011 |
Color Harmonies of #66EFF2
Complementary color
Monochromatic Colors of #66EFF2
Black with #66EFF2
Text Example
Text Example
White with #66EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EFF2; }
p { color: rgb(102,239,242); }
H1.HeaderClassName
{
color: #66EFF2;
}
.AnyTagClassName
{
color: #66EFF2;
}
</style>
background-color css
<style>
a { background-color: #66EFF2; }
a { background-color: rgb(102,239,242); }
div.DivClassName
{
background-color: #66EFF2;
}
.BgClassName
{
background-color: #66EFF2;
}
</style>
border-color css
<style>
span { border-color: #66EFF2; }
span { border-color: rgb(102,239,242); }
td.TdClassName
{
border-color: #66EFF2;
}
.TagClassName
{
border-color: #66EFF2;
}
</style>