Shades of Baby Blue #65EEF8
Tints of Baby Blue #65EEF8
RGB
CMYK
RGB Variations
Color information
#65EEF8 (or 0x65EEF8) is known color: Baby Blue. HEX triplet: 65, EE and F8. RGB value is (101,238,248). Sum of RGB (Red+Green+Blue) = 101+238+248=587 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.21% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #65EEF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EEF8 is #9A1107. Grayscale: #C5C5C5. Windows color (decimal): -10096904 or 16313957. OLE color: 16313957.
HSL color Cylindrical-coordinate representation of color #65EEF8: hue angle of 184.08º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65EEF8 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 238 | 248 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.03 |
| HSL | 184.08º | 0.91% | 0.68% | - |
| HSV(B) | 184.08º | 0.59% | 0.97% | - |
| XYZ | 52.88 | 70.69 | 99.66 | - |
| YUV | 198.18 | 156.11 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 238 | 248 | 0.59 | 0.04 | 0 | 0.03 | 184.08 | 0.91 | 0.68 |
| Hex | 65 | EE | F8 | 3B | 4 | 0 | 3 | B8 | 5B | 44 |
| Octal | 145 | 356 | 370 | 73 | 4 | 0 | 3 | 270 | 133 | 104 |
| Binary | 1100101 | 11101110 | 11111000 | 111011 | 100 | 0 | 11 | 10111000 | 1011011 | 1000100 |
Color Harmonies of #65EEF8
Complementary color
Monochromatic Colors of #65EEF8
Black with #65EEF8
Text Example
Text Example
White with #65EEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EEF8; }
p { color: rgb(101,238,248); }
H1.HeaderClassName
{
color: #65EEF8;
}
.AnyTagClassName
{
color: #65EEF8;
}
</style>
background-color css
<style>
a { background-color: #65EEF8; }
a { background-color: rgb(101,238,248); }
div.DivClassName
{
background-color: #65EEF8;
}
.BgClassName
{
background-color: #65EEF8;
}
</style>
border-color css
<style>
span { border-color: #65EEF8; }
span { border-color: rgb(101,238,248); }
td.TdClassName
{
border-color: #65EEF8;
}
.TagClassName
{
border-color: #65EEF8;
}
</style>