Shades of Baby Blue #6EF2EE
Tints of Baby Blue #6EF2EE
RGB
CMYK
RGB Variations
Color information
#6EF2EE (or 0x6EF2EE) is known color: Baby Blue. HEX triplet: 6E, F2 and EE. RGB value is (110,242,238). Sum of RGB (Red+Green+Blue) = 110+242+238=590 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.64% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #6EF2EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF2EE is #910D11. Grayscale: #C9C9C9. Windows color (decimal): -9506066 or 15659630. OLE color: 15659630.
HSL color Cylindrical-coordinate representation of color #6EF2EE: hue angle of 178.18º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF2EE is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 242 | 238 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.05 |
| HSL | 178.18º | 0.84% | 0.69% | - |
| HSV(B) | 178.18º | 0.55% | 0.95% | - |
| XYZ | 53.62 | 72.99 | 92.15 | - |
| YUV | 202.08 | 148.27 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 242 | 238 | 0.55 | 0 | 0.02 | 0.05 | 178.18 | 0.84 | 0.69 |
| Hex | 6E | F2 | EE | 37 | 0 | 2 | 5 | B2 | 54 | 45 |
| Octal | 156 | 362 | 356 | 67 | 0 | 2 | 5 | 262 | 124 | 105 |
| Binary | 1101110 | 11110010 | 11101110 | 110111 | 0 | 10 | 101 | 10110010 | 1010100 | 1000101 |
Color Harmonies of #6EF2EE
Complementary color
Monochromatic Colors of #6EF2EE
Black with #6EF2EE
Text Example
Text Example
White with #6EF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF2EE; }
p { color: rgb(110,242,238); }
H1.HeaderClassName
{
color: #6EF2EE;
}
.AnyTagClassName
{
color: #6EF2EE;
}
</style>
background-color css
<style>
a { background-color: #6EF2EE; }
a { background-color: rgb(110,242,238); }
div.DivClassName
{
background-color: #6EF2EE;
}
.BgClassName
{
background-color: #6EF2EE;
}
</style>
border-color css
<style>
span { border-color: #6EF2EE; }
span { border-color: rgb(110,242,238); }
td.TdClassName
{
border-color: #6EF2EE;
}
.TagClassName
{
border-color: #6EF2EE;
}
</style>