Shades of Baby Blue #65EAFE
Tints of Baby Blue #65EAFE
RGB
CMYK
RGB Variations
Color information
#65EAFE (or 0x65EAFE) is known color: Baby Blue. HEX triplet: 65, EA and FE. RGB value is (101,234,254). Sum of RGB (Red+Green+Blue) = 101+234+254=589 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.15% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #65EAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EAFE is #9A1501. Grayscale: #C4C4C4. Windows color (decimal): -10097922 or 16706149. OLE color: 16706149.
HSL color Cylindrical-coordinate representation of color #65EAFE: hue angle of 187.84º 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 #65EAFE is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 234 | 254 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.00 |
| HSL | 187.84º | 0.99% | 0.7% | - |
| HSV(B) | 187.84º | 0.6% | 1% | - |
| XYZ | 52.68 | 68.77 | 104.26 | - |
| YUV | 196.51 | 160.44 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 234 | 254 | 0.60 | 0.08 | 0 | 0.00 | 187.84 | 0.99 | 0.7 |
| Hex | 65 | EA | FE | 3C | 8 | 0 | 0 | BC | 63 | 46 |
| Octal | 145 | 352 | 376 | 74 | 10 | 0 | 0 | 274 | 143 | 106 |
| Binary | 1100101 | 11101010 | 11111110 | 111100 | 1000 | 0 | 0 | 10111100 | 1100011 | 1000110 |
Color Harmonies of #65EAFE
Complementary color
Monochromatic Colors of #65EAFE
Black with #65EAFE
Text Example
Text Example
White with #65EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EAFE; }
p { color: rgb(101,234,254); }
H1.HeaderClassName
{
color: #65EAFE;
}
.AnyTagClassName
{
color: #65EAFE;
}
</style>
background-color css
<style>
a { background-color: #65EAFE; }
a { background-color: rgb(101,234,254); }
div.DivClassName
{
background-color: #65EAFE;
}
.BgClassName
{
background-color: #65EAFE;
}
</style>
border-color css
<style>
span { border-color: #65EAFE; }
span { border-color: rgb(101,234,254); }
td.TdClassName
{
border-color: #65EAFE;
}
.TagClassName
{
border-color: #65EAFE;
}
</style>