Shades of Baby Blue #6EEFF1
Tints of Baby Blue #6EEFF1
RGB
CMYK
RGB Variations
Color information
#6EEFF1 (or 0x6EEFF1) is known color: Baby Blue. HEX triplet: 6E, EF and F1. RGB value is (110,239,241). Sum of RGB (Red+Green+Blue) = 110+239+241=590 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.64% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #6EEFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEFF1 is #91100E. Grayscale: #C8C8C8. Windows color (decimal): -9506831 or 15855470. OLE color: 15855470.
HSL color Cylindrical-coordinate representation of color #6EEFF1: hue angle of 180.92º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEFF1 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 239 | 241 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.05 |
| HSL | 180.92º | 0.82% | 0.69% | - |
| HSV(B) | 180.92º | 0.54% | 0.95% | - |
| XYZ | 53.17 | 71.4 | 94.2 | - |
| YUV | 200.66 | 150.76 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 239 | 241 | 0.54 | 0.01 | 0 | 0.05 | 180.92 | 0.82 | 0.69 |
| Hex | 6E | EF | F1 | 36 | 1 | 0 | 5 | B5 | 52 | 45 |
| Octal | 156 | 357 | 361 | 66 | 1 | 0 | 5 | 265 | 122 | 105 |
| Binary | 1101110 | 11101111 | 11110001 | 110110 | 1 | 0 | 101 | 10110101 | 1010010 | 1000101 |
Color Harmonies of #6EEFF1
Complementary color
Monochromatic Colors of #6EEFF1
Black with #6EEFF1
Text Example
Text Example
White with #6EEFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEFF1; }
p { color: rgb(110,239,241); }
H1.HeaderClassName
{
color: #6EEFF1;
}
.AnyTagClassName
{
color: #6EEFF1;
}
</style>
background-color css
<style>
a { background-color: #6EEFF1; }
a { background-color: rgb(110,239,241); }
div.DivClassName
{
background-color: #6EEFF1;
}
.BgClassName
{
background-color: #6EEFF1;
}
</style>
border-color css
<style>
span { border-color: #6EEFF1; }
span { border-color: rgb(110,239,241); }
td.TdClassName
{
border-color: #6EEFF1;
}
.TagClassName
{
border-color: #6EEFF1;
}
</style>