Shades of Baby Blue #6EF9EA
Tints of Baby Blue #6EF9EA
RGB
CMYK
RGB Variations
Color information
#6EF9EA (or 0x6EF9EA) is known color: Baby Blue. HEX triplet: 6E, F9 and EA. RGB value is (110,249,234). Sum of RGB (Red+Green+Blue) = 110+249+234=593 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.55% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #6EF9EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF9EA is #910615. Grayscale: #CDCDCD. Windows color (decimal): -9504278 or 15399278. OLE color: 15399278.
HSL color Cylindrical-coordinate representation of color #6EF9EA: hue angle of 173.53º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EF9EA is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 249 | 234 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.02 |
| HSL | 173.53º | 0.92% | 0.7% | - |
| HSV(B) | 173.53º | 0.56% | 0.98% | - |
| XYZ | 55.16 | 77.01 | 89.8 | - |
| YUV | 205.73 | 143.95 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 249 | 234 | 0.56 | 0 | 0.06 | 0.02 | 173.53 | 0.92 | 0.7 |
| Hex | 6E | F9 | EA | 38 | 0 | 6 | 2 | AE | 5C | 46 |
| Octal | 156 | 371 | 352 | 70 | 0 | 6 | 2 | 256 | 134 | 106 |
| Binary | 1101110 | 11111001 | 11101010 | 111000 | 0 | 110 | 10 | 10101110 | 1011100 | 1000110 |
Color Harmonies of #6EF9EA
Complementary color
Monochromatic Colors of #6EF9EA
Black with #6EF9EA
Text Example
Text Example
White with #6EF9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF9EA; }
p { color: rgb(110,249,234); }
H1.HeaderClassName
{
color: #6EF9EA;
}
.AnyTagClassName
{
color: #6EF9EA;
}
</style>
background-color css
<style>
a { background-color: #6EF9EA; }
a { background-color: rgb(110,249,234); }
div.DivClassName
{
background-color: #6EF9EA;
}
.BgClassName
{
background-color: #6EF9EA;
}
</style>
border-color css
<style>
span { border-color: #6EF9EA; }
span { border-color: rgb(110,249,234); }
td.TdClassName
{
border-color: #6EF9EA;
}
.TagClassName
{
border-color: #6EF9EA;
}
</style>