Shades of Baby Blue #65ECF7
Tints of Baby Blue #65ECF7
RGB
CMYK
RGB Variations
Color information
#65ECF7 (or 0x65ECF7) is known color: Baby Blue. HEX triplet: 65, EC and F7. RGB value is (101,236,247). Sum of RGB (Red+Green+Blue) = 101+236+247=584 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.29% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 247 (96.88% from 255 or 42.29% from 584); Max value from RGB is 247 - color contains mainly: blue. Hex color #65ECF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65ECF7 is #9A1308. Grayscale: #C4C4C4. Windows color (decimal): -10097417 or 16247909. OLE color: 16247909.
HSL color Cylindrical-coordinate representation of color #65ECF7: hue angle of 184.52º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65ECF7 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 236 | 247 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.03 |
| HSL | 184.52º | 0.9% | 0.68% | - |
| HSV(B) | 184.52º | 0.59% | 0.97% | - |
| XYZ | 52.15 | 69.47 | 98.66 | - |
| YUV | 196.89 | 156.27 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 247 | 0.59 | 0.04 | 0 | 0.03 | 184.52 | 0.9 | 0.68 |
| Hex | 65 | EC | F7 | 3B | 4 | 0 | 3 | B9 | 5A | 44 |
| Octal | 145 | 354 | 367 | 73 | 4 | 0 | 3 | 271 | 132 | 104 |
| Binary | 1100101 | 11101100 | 11110111 | 111011 | 100 | 0 | 11 | 10111001 | 1011010 | 1000100 |
Color Harmonies of #65ECF7
Complementary color
Monochromatic Colors of #65ECF7
Black with #65ECF7
Text Example
Text Example
White with #65ECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ECF7; }
p { color: rgb(101,236,247); }
H1.HeaderClassName
{
color: #65ECF7;
}
.AnyTagClassName
{
color: #65ECF7;
}
</style>
background-color css
<style>
a { background-color: #65ECF7; }
a { background-color: rgb(101,236,247); }
div.DivClassName
{
background-color: #65ECF7;
}
.BgClassName
{
background-color: #65ECF7;
}
</style>
border-color css
<style>
span { border-color: #65ECF7; }
span { border-color: rgb(101,236,247); }
td.TdClassName
{
border-color: #65ECF7;
}
.TagClassName
{
border-color: #65ECF7;
}
</style>