Shades of Baby Blue #65ECF8
Tints of Baby Blue #65ECF8
RGB
CMYK
RGB Variations
Color information
#65ECF8 (or 0x65ECF8) is known color: Baby Blue. HEX triplet: 65, EC and F8. RGB value is (101,236,248). Sum of RGB (Red+Green+Blue) = 101+236+248=585 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.26% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 248 - color contains mainly: blue. Hex color #65ECF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65ECF8 is #9A1307. Grayscale: #C4C4C4. Windows color (decimal): -10097416 or 16313445. OLE color: 16313445.
HSL color Cylindrical-coordinate representation of color #65ECF8: hue angle of 184.9º degrees, saturation: 0.91, 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 #65ECF8 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 236 | 248 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.03 |
| HSL | 184.9º | 0.91% | 0.68% | - |
| HSV(B) | 184.9º | 0.59% | 0.97% | - |
| XYZ | 52.31 | 69.53 | 99.47 | - |
| YUV | 197 | 156.77 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 248 | 0.59 | 0.05 | 0 | 0.03 | 184.9 | 0.91 | 0.68 |
| Hex | 65 | EC | F8 | 3B | 5 | 0 | 3 | B9 | 5B | 44 |
| Octal | 145 | 354 | 370 | 73 | 5 | 0 | 3 | 271 | 133 | 104 |
| Binary | 1100101 | 11101100 | 11111000 | 111011 | 101 | 0 | 11 | 10111001 | 1011011 | 1000100 |
Color Harmonies of #65ECF8
Complementary color
Monochromatic Colors of #65ECF8
Black with #65ECF8
Text Example
Text Example
White with #65ECF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ECF8; }
p { color: rgb(101,236,248); }
H1.HeaderClassName
{
color: #65ECF8;
}
.AnyTagClassName
{
color: #65ECF8;
}
</style>
background-color css
<style>
a { background-color: #65ECF8; }
a { background-color: rgb(101,236,248); }
div.DivClassName
{
background-color: #65ECF8;
}
.BgClassName
{
background-color: #65ECF8;
}
</style>
border-color css
<style>
span { border-color: #65ECF8; }
span { border-color: rgb(101,236,248); }
td.TdClassName
{
border-color: #65ECF8;
}
.TagClassName
{
border-color: #65ECF8;
}
</style>