Shades of Baby Blue #66FDF2
Tints of Baby Blue #66FDF2
RGB
CMYK
RGB Variations
Color information
#66FDF2 (or 0x66FDF2) is known color: Baby Blue. HEX triplet: 66, FD and F2. RGB value is (102,253,242). Sum of RGB (Red+Green+Blue) = 102+253+242=597 (79% of max value = 765). Red value is 102 (40.23% from 255 or 17.09% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #66FDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FDF2 is #99020D. Grayscale: #CECECE. Windows color (decimal): -10027534 or 15924582. OLE color: 15924582.
HSL color Cylindrical-coordinate representation of color #66FDF2: hue angle of 175.63º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FDF2 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 253 | 242 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.01 |
| HSL | 175.63º | 0.97% | 0.7% | - |
| HSV(B) | 175.63º | 0.6% | 0.99% | - |
| XYZ | 56.63 | 79.49 | 96.36 | - |
| YUV | 206.6 | 147.97 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 253 | 242 | 0.60 | 0 | 0.04 | 0.01 | 175.63 | 0.97 | 0.7 |
| Hex | 66 | FD | F2 | 3C | 0 | 4 | 1 | B0 | 61 | 46 |
| Octal | 146 | 375 | 362 | 74 | 0 | 4 | 1 | 260 | 141 | 106 |
| Binary | 1100110 | 11111101 | 11110010 | 111100 | 0 | 100 | 1 | 10110000 | 1100001 | 1000110 |
Color Harmonies of #66FDF2
Complementary color
Monochromatic Colors of #66FDF2
Black with #66FDF2
Text Example
Text Example
White with #66FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FDF2; }
p { color: rgb(102,253,242); }
H1.HeaderClassName
{
color: #66FDF2;
}
.AnyTagClassName
{
color: #66FDF2;
}
</style>
background-color css
<style>
a { background-color: #66FDF2; }
a { background-color: rgb(102,253,242); }
div.DivClassName
{
background-color: #66FDF2;
}
.BgClassName
{
background-color: #66FDF2;
}
</style>
border-color css
<style>
span { border-color: #66FDF2; }
span { border-color: rgb(102,253,242); }
td.TdClassName
{
border-color: #66FDF2;
}
.TagClassName
{
border-color: #66FDF2;
}
</style>