Shades of Baby Blue #65ECFD
Tints of Baby Blue #65ECFD
RGB
CMYK
RGB Variations
Color information
#65ECFD (or 0x65ECFD) is known color: Baby Blue. HEX triplet: 65, EC and FD. RGB value is (101,236,253). Sum of RGB (Red+Green+Blue) = 101+236+253=590 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.12% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #65ECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65ECFD is #9A1302. Grayscale: #C5C5C5. Windows color (decimal): -10097411 or 16641125. OLE color: 16641125.
HSL color Cylindrical-coordinate representation of color #65ECFD: hue angle of 186.71º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65ECFD is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 236 | 253 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.01 |
| HSL | 186.71º | 0.97% | 0.69% | - |
| HSV(B) | 186.71º | 0.6% | 0.99% | - |
| XYZ | 53.09 | 69.85 | 103.61 | - |
| YUV | 197.57 | 159.27 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 253 | 0.60 | 0.07 | 0 | 0.01 | 186.71 | 0.97 | 0.69 |
| Hex | 65 | EC | FD | 3C | 7 | 0 | 1 | BB | 61 | 45 |
| Octal | 145 | 354 | 375 | 74 | 7 | 0 | 1 | 273 | 141 | 105 |
| Binary | 1100101 | 11101100 | 11111101 | 111100 | 111 | 0 | 1 | 10111011 | 1100001 | 1000101 |
Color Harmonies of #65ECFD
Complementary color
Monochromatic Colors of #65ECFD
Black with #65ECFD
Text Example
Text Example
White with #65ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ECFD; }
p { color: rgb(101,236,253); }
H1.HeaderClassName
{
color: #65ECFD;
}
.AnyTagClassName
{
color: #65ECFD;
}
</style>
background-color css
<style>
a { background-color: #65ECFD; }
a { background-color: rgb(101,236,253); }
div.DivClassName
{
background-color: #65ECFD;
}
.BgClassName
{
background-color: #65ECFD;
}
</style>
border-color css
<style>
span { border-color: #65ECFD; }
span { border-color: rgb(101,236,253); }
td.TdClassName
{
border-color: #65ECFD;
}
.TagClassName
{
border-color: #65ECFD;
}
</style>