Shades of Baby Blue #66F0F1
Tints of Baby Blue #66F0F1
RGB
CMYK
RGB Variations
Color information
#66F0F1 (or 0x66F0F1) is known color: Baby Blue. HEX triplet: 66, F0 and F1. RGB value is (102,240,241). Sum of RGB (Red+Green+Blue) = 102+240+241=583 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.50% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #66F0F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F0F1 is #990F0E. Grayscale: #C6C6C6. Windows color (decimal): -10030863 or 15855718. OLE color: 15855718.
HSL color Cylindrical-coordinate representation of color #66F0F1: hue angle of 180.43º degrees, saturation: 0.83, 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 #66F0F1 is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 240 | 241 | - |
| CMYK | 0.58 | 0.00 | 0 | 0.05 |
| HSL | 180.43º | 0.83% | 0.67% | - |
| HSV(B) | 180.43º | 0.58% | 0.95% | - |
| XYZ | 52.52 | 71.5 | 94.25 | - |
| YUV | 198.85 | 151.78 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 241 | 0.58 | 0.00 | 0 | 0.05 | 180.43 | 0.83 | 0.67 |
| Hex | 66 | F0 | F1 | 3A | 0 | 0 | 5 | B4 | 53 | 43 |
| Octal | 146 | 360 | 361 | 72 | 0 | 0 | 5 | 264 | 123 | 103 |
| Binary | 1100110 | 11110000 | 11110001 | 111010 | 0 | 0 | 101 | 10110100 | 1010011 | 1000011 |
Color Harmonies of #66F0F1
Complementary color
Monochromatic Colors of #66F0F1
Black with #66F0F1
Text Example
Text Example
White with #66F0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F0F1; }
p { color: rgb(102,240,241); }
H1.HeaderClassName
{
color: #66F0F1;
}
.AnyTagClassName
{
color: #66F0F1;
}
</style>
background-color css
<style>
a { background-color: #66F0F1; }
a { background-color: rgb(102,240,241); }
div.DivClassName
{
background-color: #66F0F1;
}
.BgClassName
{
background-color: #66F0F1;
}
</style>
border-color css
<style>
span { border-color: #66F0F1; }
span { border-color: rgb(102,240,241); }
td.TdClassName
{
border-color: #66F0F1;
}
.TagClassName
{
border-color: #66F0F1;
}
</style>