Shades of Baby Blue #65EFFE
Tints of Baby Blue #65EFFE
RGB
CMYK
RGB Variations
Color information
#65EFFE (or 0x65EFFE) is known color: Baby Blue. HEX triplet: 65, EF and FE. RGB value is (101,239,254). Sum of RGB (Red+Green+Blue) = 101+239+254=594 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.00% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #65EFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EFFE is #9A1001. Grayscale: #C7C7C7. Windows color (decimal): -10096642 or 16707429. OLE color: 16707429.
HSL color Cylindrical-coordinate representation of color #65EFFE: hue angle of 185.88º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65EFFE is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 239 | 254 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.00 |
| HSL | 185.88º | 0.99% | 0.7% | - |
| HSV(B) | 185.88º | 0.6% | 1% | - |
| XYZ | 54.12 | 71.66 | 104.74 | - |
| YUV | 199.45 | 158.78 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 254 | 0.60 | 0.06 | 0 | 0.00 | 185.88 | 0.99 | 0.7 |
| Hex | 65 | EF | FE | 3C | 6 | 0 | 0 | BA | 63 | 46 |
| Octal | 145 | 357 | 376 | 74 | 6 | 0 | 0 | 272 | 143 | 106 |
| Binary | 1100101 | 11101111 | 11111110 | 111100 | 110 | 0 | 0 | 10111010 | 1100011 | 1000110 |
Color Harmonies of #65EFFE
Complementary color
Monochromatic Colors of #65EFFE
Black with #65EFFE
Text Example
Text Example
White with #65EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EFFE; }
p { color: rgb(101,239,254); }
H1.HeaderClassName
{
color: #65EFFE;
}
.AnyTagClassName
{
color: #65EFFE;
}
</style>
background-color css
<style>
a { background-color: #65EFFE; }
a { background-color: rgb(101,239,254); }
div.DivClassName
{
background-color: #65EFFE;
}
.BgClassName
{
background-color: #65EFFE;
}
</style>
border-color css
<style>
span { border-color: #65EFFE; }
span { border-color: rgb(101,239,254); }
td.TdClassName
{
border-color: #65EFFE;
}
.TagClassName
{
border-color: #65EFFE;
}
</style>