Shades of Baby Blue #65EEF6
Tints of Baby Blue #65EEF6
RGB
CMYK
RGB Variations
Color information
#65EEF6 (or 0x65EEF6) is known color: Baby Blue. HEX triplet: 65, EE and F6. RGB value is (101,238,246). Sum of RGB (Red+Green+Blue) = 101+238+246=585 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.26% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #65EEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EEF6 is #9A1109. Grayscale: #C5C5C5. Windows color (decimal): -10096906 or 16182885. OLE color: 16182885.
HSL color Cylindrical-coordinate representation of color #65EEF6: hue angle of 183.31º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65EEF6 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 238 | 246 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.04 |
| HSL | 183.31º | 0.89% | 0.68% | - |
| HSV(B) | 183.31º | 0.59% | 0.96% | - |
| XYZ | 52.58 | 70.57 | 98.04 | - |
| YUV | 197.95 | 155.11 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 238 | 246 | 0.59 | 0.03 | 0 | 0.04 | 183.31 | 0.89 | 0.68 |
| Hex | 65 | EE | F6 | 3B | 3 | 0 | 4 | B7 | 59 | 44 |
| Octal | 145 | 356 | 366 | 73 | 3 | 0 | 4 | 267 | 131 | 104 |
| Binary | 1100101 | 11101110 | 11110110 | 111011 | 11 | 0 | 100 | 10110111 | 1011001 | 1000100 |
Color Harmonies of #65EEF6
Complementary color
Monochromatic Colors of #65EEF6
Black with #65EEF6
Text Example
Text Example
White with #65EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EEF6; }
p { color: rgb(101,238,246); }
H1.HeaderClassName
{
color: #65EEF6;
}
.AnyTagClassName
{
color: #65EEF6;
}
</style>
background-color css
<style>
a { background-color: #65EEF6; }
a { background-color: rgb(101,238,246); }
div.DivClassName
{
background-color: #65EEF6;
}
.BgClassName
{
background-color: #65EEF6;
}
</style>
border-color css
<style>
span { border-color: #65EEF6; }
span { border-color: rgb(101,238,246); }
td.TdClassName
{
border-color: #65EEF6;
}
.TagClassName
{
border-color: #65EEF6;
}
</style>