Shades of Baby Blue #65FAE6
Tints of Baby Blue #65FAE6
RGB
CMYK
RGB Variations
Color information
#65FAE6 (or 0x65FAE6) is known color: Baby Blue. HEX triplet: 65, FA and E6. RGB value is (101,250,230). Sum of RGB (Red+Green+Blue) = 101+250+230=581 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.38% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #65FAE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FAE6 is #9A0519. Grayscale: #CBCBCB. Windows color (decimal): -10093850 or 15137381. OLE color: 15137381.
HSL color Cylindrical-coordinate representation of color #65FAE6: hue angle of 171.95º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FAE6 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 230 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.02 |
| HSL | 171.95º | 0.94% | 0.69% | - |
| HSV(B) | 171.95º | 0.6% | 0.98% | - |
| XYZ | 53.84 | 76.85 | 86.86 | - |
| YUV | 203.17 | 143.14 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 230 | 0.60 | 0 | 0.08 | 0.02 | 171.95 | 0.94 | 0.69 |
| Hex | 65 | FA | E6 | 3C | 0 | 8 | 2 | AC | 5E | 45 |
| Octal | 145 | 372 | 346 | 74 | 0 | 10 | 2 | 254 | 136 | 105 |
| Binary | 1100101 | 11111010 | 11100110 | 111100 | 0 | 1000 | 10 | 10101100 | 1011110 | 1000101 |
Color Harmonies of #65FAE6
Complementary color
Monochromatic Colors of #65FAE6
Black with #65FAE6
Text Example
Text Example
White with #65FAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FAE6; }
p { color: rgb(101,250,230); }
H1.HeaderClassName
{
color: #65FAE6;
}
.AnyTagClassName
{
color: #65FAE6;
}
</style>
background-color css
<style>
a { background-color: #65FAE6; }
a { background-color: rgb(101,250,230); }
div.DivClassName
{
background-color: #65FAE6;
}
.BgClassName
{
background-color: #65FAE6;
}
</style>
border-color css
<style>
span { border-color: #65FAE6; }
span { border-color: rgb(101,250,230); }
td.TdClassName
{
border-color: #65FAE6;
}
.TagClassName
{
border-color: #65FAE6;
}
</style>