Shades of Baby Blue #66EDF3
Tints of Baby Blue #66EDF3
RGB
CMYK
RGB Variations
Color information
#66EDF3 (or 0x66EDF3) is known color: Baby Blue. HEX triplet: 66, ED and F3. RGB value is (102,237,243). Sum of RGB (Red+Green+Blue) = 102+237+243=582 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.53% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #66EDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EDF3 is #99120C. Grayscale: #C5C5C5. Windows color (decimal): -10031629 or 15986022. OLE color: 15986022.
HSL color Cylindrical-coordinate representation of color #66EDF3: hue angle of 182.55º 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 #66EDF3 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 237 | 243 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.05 |
| HSL | 182.55º | 0.85% | 0.68% | - |
| HSV(B) | 182.55º | 0.58% | 0.95% | - |
| XYZ | 51.94 | 69.86 | 95.54 | - |
| YUV | 197.32 | 153.77 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 237 | 243 | 0.58 | 0.02 | 0 | 0.05 | 182.55 | 0.85 | 0.68 |
| Hex | 66 | ED | F3 | 3A | 2 | 0 | 5 | B7 | 55 | 44 |
| Octal | 146 | 355 | 363 | 72 | 2 | 0 | 5 | 267 | 125 | 104 |
| Binary | 1100110 | 11101101 | 11110011 | 111010 | 10 | 0 | 101 | 10110111 | 1010101 | 1000100 |
Color Harmonies of #66EDF3
Complementary color
Monochromatic Colors of #66EDF3
Black with #66EDF3
Text Example
Text Example
White with #66EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EDF3; }
p { color: rgb(102,237,243); }
H1.HeaderClassName
{
color: #66EDF3;
}
.AnyTagClassName
{
color: #66EDF3;
}
</style>
background-color css
<style>
a { background-color: #66EDF3; }
a { background-color: rgb(102,237,243); }
div.DivClassName
{
background-color: #66EDF3;
}
.BgClassName
{
background-color: #66EDF3;
}
</style>
border-color css
<style>
span { border-color: #66EDF3; }
span { border-color: rgb(102,237,243); }
td.TdClassName
{
border-color: #66EDF3;
}
.TagClassName
{
border-color: #66EDF3;
}
</style>