Shades of Baby Blue #66F3E7
Tints of Baby Blue #66F3E7
RGB
CMYK
RGB Variations
Color information
#66F3E7 (or 0x66F3E7) is known color: Baby Blue. HEX triplet: 66, F3 and E7. RGB value is (102,243,231). Sum of RGB (Red+Green+Blue) = 102+243+231=576 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.71% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #66F3E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F3E7 is #990C18. Grayscale: #C7C7C7. Windows color (decimal): -10030105 or 15201126. OLE color: 15201126.
HSL color Cylindrical-coordinate representation of color #66F3E7: hue angle of 174.89º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F3E7 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 243 | 231 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.05 |
| HSL | 174.89º | 0.85% | 0.68% | - |
| HSV(B) | 174.89º | 0.58% | 0.95% | - |
| XYZ | 51.95 | 72.7 | 86.89 | - |
| YUV | 199.47 | 145.79 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 231 | 0.58 | 0 | 0.05 | 0.05 | 174.89 | 0.85 | 0.68 |
| Hex | 66 | F3 | E7 | 3A | 0 | 5 | 5 | AF | 55 | 44 |
| Octal | 146 | 363 | 347 | 72 | 0 | 5 | 5 | 257 | 125 | 104 |
| Binary | 1100110 | 11110011 | 11100111 | 111010 | 0 | 101 | 101 | 10101111 | 1010101 | 1000100 |
Color Harmonies of #66F3E7
Complementary color
Monochromatic Colors of #66F3E7
Black with #66F3E7
Text Example
Text Example
White with #66F3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F3E7; }
p { color: rgb(102,243,231); }
H1.HeaderClassName
{
color: #66F3E7;
}
.AnyTagClassName
{
color: #66F3E7;
}
</style>
background-color css
<style>
a { background-color: #66F3E7; }
a { background-color: rgb(102,243,231); }
div.DivClassName
{
background-color: #66F3E7;
}
.BgClassName
{
background-color: #66F3E7;
}
</style>
border-color css
<style>
span { border-color: #66F3E7; }
span { border-color: rgb(102,243,231); }
td.TdClassName
{
border-color: #66F3E7;
}
.TagClassName
{
border-color: #66F3E7;
}
</style>