Shades of Baby Blue #65EFFF
Tints of Baby Blue #65EFFF
RGB
CMYK
RGB Variations
Color information
#65EFFF (or 0x65EFFF) is known color: Baby Blue. HEX triplet: 65, EF and FF. RGB value is (101,239,255). Sum of RGB (Red+Green+Blue) = 101+239+255=595 (78% of max value = 765). Red value is 101 (39.84% from 255 or 16.97% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #65EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EFFF is #9A1000. Grayscale: #C7C7C7. Windows color (decimal): -10096641 or 16772965. OLE color: 16772965.
HSL color Cylindrical-coordinate representation of color #65EFFF: hue angle of 186.23º 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 #65EFFF is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 239 | 255 | - |
| CMYK | 0.60 | 0.06 | 0 | 0 |
| HSL | 186.23º | 1% | 0.7% | - |
| HSV(B) | 186.23º | 0.6% | 1% | - |
| XYZ | 54.28 | 71.72 | 105.59 | - |
| YUV | 199.56 | 159.28 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 255 | 0.60 | 0.06 | 0 | 0 | 186.23 | 1 | 0.7 |
| Hex | 65 | EF | FF | 3C | 6 | 0 | 0 | BA | 64 | 46 |
| Octal | 145 | 357 | 377 | 74 | 6 | 0 | 0 | 272 | 144 | 106 |
| Binary | 1100101 | 11101111 | 11111111 | 111100 | 110 | 0 | 0 | 10111010 | 1100100 | 1000110 |
Color Harmonies of #65EFFF
Complementary color
Monochromatic Colors of #65EFFF
Black with #65EFFF
Text Example
Text Example
White with #65EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EFFF; }
p { color: rgb(101,239,255); }
H1.HeaderClassName
{
color: #65EFFF;
}
.AnyTagClassName
{
color: #65EFFF;
}
</style>
background-color css
<style>
a { background-color: #65EFFF; }
a { background-color: rgb(101,239,255); }
div.DivClassName
{
background-color: #65EFFF;
}
.BgClassName
{
background-color: #65EFFF;
}
</style>
border-color css
<style>
span { border-color: #65EFFF; }
span { border-color: rgb(101,239,255); }
td.TdClassName
{
border-color: #65EFFF;
}
.TagClassName
{
border-color: #65EFFF;
}
</style>