Shades of Baby Blue #65EEFF
Tints of Baby Blue #65EEFF
RGB
CMYK
RGB Variations
Color information
#65EEFF (or 0x65EEFF) is known color: Baby Blue. HEX triplet: 65, EE and FF. RGB value is (101,238,255). Sum of RGB (Red+Green+Blue) = 101+238+255=594 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.00% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #65EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EEFF is #9A1100. Grayscale: #C6C6C6. Windows color (decimal): -10096897 or 16772709. OLE color: 16772709.
HSL color Cylindrical-coordinate representation of color #65EEFF: hue angle of 186.62º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65EEFF is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 238 | 255 | - |
| CMYK | 0.60 | 0.07 | 0 | 0 |
| HSL | 186.62º | 1% | 0.7% | - |
| HSV(B) | 186.62º | 0.6% | 1% | - |
| XYZ | 53.99 | 71.14 | 105.49 | - |
| YUV | 198.98 | 159.61 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 238 | 255 | 0.60 | 0.07 | 0 | 0 | 186.62 | 1 | 0.7 |
| Hex | 65 | EE | FF | 3C | 7 | 0 | 0 | BB | 64 | 46 |
| Octal | 145 | 356 | 377 | 74 | 7 | 0 | 0 | 273 | 144 | 106 |
| Binary | 1100101 | 11101110 | 11111111 | 111100 | 111 | 0 | 0 | 10111011 | 1100100 | 1000110 |
Color Harmonies of #65EEFF
Complementary color
Monochromatic Colors of #65EEFF
Black with #65EEFF
Text Example
Text Example
White with #65EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EEFF; }
p { color: rgb(101,238,255); }
H1.HeaderClassName
{
color: #65EEFF;
}
.AnyTagClassName
{
color: #65EEFF;
}
</style>
background-color css
<style>
a { background-color: #65EEFF; }
a { background-color: rgb(101,238,255); }
div.DivClassName
{
background-color: #65EEFF;
}
.BgClassName
{
background-color: #65EEFF;
}
</style>
border-color css
<style>
span { border-color: #65EEFF; }
span { border-color: rgb(101,238,255); }
td.TdClassName
{
border-color: #65EEFF;
}
.TagClassName
{
border-color: #65EEFF;
}
</style>