Shades of Baby Blue #66FCEB
Tints of Baby Blue #66FCEB
RGB
CMYK
RGB Variations
Color information
#66FCEB (or 0x66FCEB) is known color: Baby Blue. HEX triplet: 66, FC and EB. RGB value is (102,252,235). Sum of RGB (Red+Green+Blue) = 102+252+235=589 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.32% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FCEB is #990314. Grayscale: #CDCDCD. Windows color (decimal): -10027797 or 15465574. OLE color: 15465574.
HSL color Cylindrical-coordinate representation of color #66FCEB: hue angle of 173.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FCEB is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 252 | 235 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.01 |
| HSL | 173.2º | 0.96% | 0.69% | - |
| HSV(B) | 173.2º | 0.6% | 0.99% | - |
| XYZ | 55.29 | 78.44 | 90.82 | - |
| YUV | 205.21 | 144.81 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 252 | 235 | 0.60 | 0 | 0.07 | 0.01 | 173.2 | 0.96 | 0.69 |
| Hex | 66 | FC | EB | 3C | 0 | 7 | 1 | AD | 60 | 45 |
| Octal | 146 | 374 | 353 | 74 | 0 | 7 | 1 | 255 | 140 | 105 |
| Binary | 1100110 | 11111100 | 11101011 | 111100 | 0 | 111 | 1 | 10101101 | 1100000 | 1000101 |
Color Harmonies of #66FCEB
Complementary color
Monochromatic Colors of #66FCEB
Black with #66FCEB
Text Example
Text Example
White with #66FCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FCEB; }
p { color: rgb(102,252,235); }
H1.HeaderClassName
{
color: #66FCEB;
}
.AnyTagClassName
{
color: #66FCEB;
}
</style>
background-color css
<style>
a { background-color: #66FCEB; }
a { background-color: rgb(102,252,235); }
div.DivClassName
{
background-color: #66FCEB;
}
.BgClassName
{
background-color: #66FCEB;
}
</style>
border-color css
<style>
span { border-color: #66FCEB; }
span { border-color: rgb(102,252,235); }
td.TdClassName
{
border-color: #66FCEB;
}
.TagClassName
{
border-color: #66FCEB;
}
</style>