Shades of Baby Blue #65EEF7
Tints of Baby Blue #65EEF7
RGB
CMYK
RGB Variations
Color information
#65EEF7 (or 0x65EEF7) is known color: Baby Blue. HEX triplet: 65, EE and F7. RGB value is (101,238,247). Sum of RGB (Red+Green+Blue) = 101+238+247=586 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.24% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 247 (96.88% from 255 or 42.15% from 586); Max value from RGB is 247 - color contains mainly: blue. Hex color #65EEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EEF7 is #9A1108. Grayscale: #C5C5C5. Windows color (decimal): -10096905 or 16248421. OLE color: 16248421.
HSL color Cylindrical-coordinate representation of color #65EEF7: hue angle of 183.7º degrees, saturation: 0.9, 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 #65EEF7 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 238 | 247 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.03 |
| HSL | 183.7º | 0.9% | 0.68% | - |
| HSV(B) | 183.7º | 0.59% | 0.97% | - |
| XYZ | 52.73 | 70.63 | 98.85 | - |
| YUV | 198.06 | 155.61 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 238 | 247 | 0.59 | 0.04 | 0 | 0.03 | 183.7 | 0.9 | 0.68 |
| Hex | 65 | EE | F7 | 3B | 4 | 0 | 3 | B8 | 5A | 44 |
| Octal | 145 | 356 | 367 | 73 | 4 | 0 | 3 | 270 | 132 | 104 |
| Binary | 1100101 | 11101110 | 11110111 | 111011 | 100 | 0 | 11 | 10111000 | 1011010 | 1000100 |
Color Harmonies of #65EEF7
Complementary color
Monochromatic Colors of #65EEF7
Black with #65EEF7
Text Example
Text Example
White with #65EEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EEF7; }
p { color: rgb(101,238,247); }
H1.HeaderClassName
{
color: #65EEF7;
}
.AnyTagClassName
{
color: #65EEF7;
}
</style>
background-color css
<style>
a { background-color: #65EEF7; }
a { background-color: rgb(101,238,247); }
div.DivClassName
{
background-color: #65EEF7;
}
.BgClassName
{
background-color: #65EEF7;
}
</style>
border-color css
<style>
span { border-color: #65EEF7; }
span { border-color: rgb(101,238,247); }
td.TdClassName
{
border-color: #65EEF7;
}
.TagClassName
{
border-color: #65EEF7;
}
</style>