Shades of Baby Blue #65EFF1
Tints of Baby Blue #65EFF1
RGB
CMYK
RGB Variations
Color information
#65EFF1 (or 0x65EFF1) is known color: Baby Blue. HEX triplet: 65, EF and F1. RGB value is (101,239,241). Sum of RGB (Red+Green+Blue) = 101+239+241=581 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.38% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #65EFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EFF1 is #9A100E. Grayscale: #C5C5C5. Windows color (decimal): -10096655 or 15855461. OLE color: 15855461.
HSL color Cylindrical-coordinate representation of color #65EFF1: hue angle of 180.86º degrees, saturation: 0.83, 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 #65EFF1 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 239 | 241 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.05 |
| HSL | 180.86º | 0.83% | 0.67% | - |
| HSV(B) | 180.86º | 0.58% | 0.95% | - |
| XYZ | 52.11 | 70.85 | 94.15 | - |
| YUV | 197.97 | 152.28 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 241 | 0.58 | 0.01 | 0 | 0.05 | 180.86 | 0.83 | 0.67 |
| Hex | 65 | EF | F1 | 3A | 1 | 0 | 5 | B5 | 53 | 43 |
| Octal | 145 | 357 | 361 | 72 | 1 | 0 | 5 | 265 | 123 | 103 |
| Binary | 1100101 | 11101111 | 11110001 | 111010 | 1 | 0 | 101 | 10110101 | 1010011 | 1000011 |
Color Harmonies of #65EFF1
Complementary color
Monochromatic Colors of #65EFF1
Black with #65EFF1
Text Example
Text Example
White with #65EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EFF1; }
p { color: rgb(101,239,241); }
H1.HeaderClassName
{
color: #65EFF1;
}
.AnyTagClassName
{
color: #65EFF1;
}
</style>
background-color css
<style>
a { background-color: #65EFF1; }
a { background-color: rgb(101,239,241); }
div.DivClassName
{
background-color: #65EFF1;
}
.BgClassName
{
background-color: #65EFF1;
}
</style>
border-color css
<style>
span { border-color: #65EFF1; }
span { border-color: rgb(101,239,241); }
td.TdClassName
{
border-color: #65EFF1;
}
.TagClassName
{
border-color: #65EFF1;
}
</style>