Shades of Baby Blue #65EFF0
Tints of Baby Blue #65EFF0
RGB
CMYK
RGB Variations
Color information
#65EFF0 (or 0x65EFF0) is known color: Baby Blue. HEX triplet: 65, EF and F0. RGB value is (101,239,240). Sum of RGB (Red+Green+Blue) = 101+239+240=580 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.41% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #65EFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EFF0 is #9A100F. Grayscale: #C5C5C5. Windows color (decimal): -10096656 or 15789925. OLE color: 15789925.
HSL color Cylindrical-coordinate representation of color #65EFF0: hue angle of 180.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EFF0 is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 239 | 240 | - |
| CMYK | 0.58 | 0.00 | 0 | 0.06 |
| HSL | 180.43º | 0.82% | 0.67% | - |
| HSV(B) | 180.43º | 0.58% | 0.94% | - |
| XYZ | 51.96 | 70.79 | 93.36 | - |
| YUV | 197.85 | 151.78 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 240 | 0.58 | 0.00 | 0 | 0.06 | 180.43 | 0.82 | 0.67 |
| Hex | 65 | EF | F0 | 3A | 0 | 0 | 6 | B4 | 52 | 43 |
| Octal | 145 | 357 | 360 | 72 | 0 | 0 | 6 | 264 | 122 | 103 |
| Binary | 1100101 | 11101111 | 11110000 | 111010 | 0 | 0 | 110 | 10110100 | 1010010 | 1000011 |
Color Harmonies of #65EFF0
Complementary color
Monochromatic Colors of #65EFF0
Black with #65EFF0
Text Example
Text Example
White with #65EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EFF0; }
p { color: rgb(101,239,240); }
H1.HeaderClassName
{
color: #65EFF0;
}
.AnyTagClassName
{
color: #65EFF0;
}
</style>
background-color css
<style>
a { background-color: #65EFF0; }
a { background-color: rgb(101,239,240); }
div.DivClassName
{
background-color: #65EFF0;
}
.BgClassName
{
background-color: #65EFF0;
}
</style>
border-color css
<style>
span { border-color: #65EFF0; }
span { border-color: rgb(101,239,240); }
td.TdClassName
{
border-color: #65EFF0;
}
.TagClassName
{
border-color: #65EFF0;
}
</style>