Shades of Baby Blue #6EF5E6
Tints of Baby Blue #6EF5E6
RGB
CMYK
RGB Variations
Color information
#6EF5E6 (or 0x6EF5E6) is known color: Baby Blue. HEX triplet: 6E, F5 and E6. RGB value is (110,245,230). Sum of RGB (Red+Green+Blue) = 110+245+230=585 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.80% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #6EF5E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF5E6 is #910A19. Grayscale: #CACACA. Windows color (decimal): -9505306 or 15136110. OLE color: 15136110.
HSL color Cylindrical-coordinate representation of color #6EF5E6: hue angle of 173.33º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF5E6 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 110 | 245 | 230 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.04 |
| HSL | 173.33º | 0.87% | 0.7% | - |
| HSV(B) | 173.33º | 0.55% | 0.96% | - |
| XYZ | 53.37 | 74.33 | 86.4 | - |
| YUV | 202.93 | 143.27 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 245 | 230 | 0.55 | 0 | 0.06 | 0.04 | 173.33 | 0.87 | 0.7 |
| Hex | 6E | F5 | E6 | 37 | 0 | 6 | 4 | AD | 57 | 46 |
| Octal | 156 | 365 | 346 | 67 | 0 | 6 | 4 | 255 | 127 | 106 |
| Binary | 1101110 | 11110101 | 11100110 | 110111 | 0 | 110 | 100 | 10101101 | 1010111 | 1000110 |
Color Harmonies of #6EF5E6
Complementary color
Monochromatic Colors of #6EF5E6
Black with #6EF5E6
Text Example
Text Example
White with #6EF5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF5E6; }
p { color: rgb(110,245,230); }
H1.HeaderClassName
{
color: #6EF5E6;
}
.AnyTagClassName
{
color: #6EF5E6;
}
</style>
background-color css
<style>
a { background-color: #6EF5E6; }
a { background-color: rgb(110,245,230); }
div.DivClassName
{
background-color: #6EF5E6;
}
.BgClassName
{
background-color: #6EF5E6;
}
</style>
border-color css
<style>
span { border-color: #6EF5E6; }
span { border-color: rgb(110,245,230); }
td.TdClassName
{
border-color: #6EF5E6;
}
.TagClassName
{
border-color: #6EF5E6;
}
</style>