Shades of Baby Blue #65EFF2
Tints of Baby Blue #65EFF2
RGB
CMYK
RGB Variations
Color information
#65EFF2 (or 0x65EFF2) is known color: Baby Blue. HEX triplet: 65, EF and F2. RGB value is (101,239,242). Sum of RGB (Red+Green+Blue) = 101+239+242=582 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.35% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #65EFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EFF2 is #9A100D. Grayscale: #C5C5C5. Windows color (decimal): -10096654 or 15920997. OLE color: 15920997.
HSL color Cylindrical-coordinate representation of color #65EFF2: hue angle of 181.28º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EFF2 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 239 | 242 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.05 |
| HSL | 181.28º | 0.84% | 0.67% | - |
| HSV(B) | 181.28º | 0.58% | 0.95% | - |
| XYZ | 52.26 | 70.91 | 94.94 | - |
| YUV | 198.08 | 152.78 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 242 | 0.58 | 0.01 | 0 | 0.05 | 181.28 | 0.84 | 0.67 |
| Hex | 65 | EF | F2 | 3A | 1 | 0 | 5 | B5 | 54 | 43 |
| Octal | 145 | 357 | 362 | 72 | 1 | 0 | 5 | 265 | 124 | 103 |
| Binary | 1100101 | 11101111 | 11110010 | 111010 | 1 | 0 | 101 | 10110101 | 1010100 | 1000011 |
Color Harmonies of #65EFF2
Complementary color
Monochromatic Colors of #65EFF2
Black with #65EFF2
Text Example
Text Example
White with #65EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EFF2; }
p { color: rgb(101,239,242); }
H1.HeaderClassName
{
color: #65EFF2;
}
.AnyTagClassName
{
color: #65EFF2;
}
</style>
background-color css
<style>
a { background-color: #65EFF2; }
a { background-color: rgb(101,239,242); }
div.DivClassName
{
background-color: #65EFF2;
}
.BgClassName
{
background-color: #65EFF2;
}
</style>
border-color css
<style>
span { border-color: #65EFF2; }
span { border-color: rgb(101,239,242); }
td.TdClassName
{
border-color: #65EFF2;
}
.TagClassName
{
border-color: #65EFF2;
}
</style>