Shades of Baby Blue #6EF8E7
Tints of Baby Blue #6EF8E7
RGB
CMYK
RGB Variations
Color information
#6EF8E7 (or 0x6EF8E7) is known color: Baby Blue. HEX triplet: 6E, F8 and E7. RGB value is (110,248,231). Sum of RGB (Red+Green+Blue) = 110+248+231=589 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.68% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 231 (90.62% from 255 or 39.22% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #6EF8E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF8E7 is #910718. Grayscale: #CCCCCC. Windows color (decimal): -9504537 or 15202414. OLE color: 15202414.
HSL color Cylindrical-coordinate representation of color #6EF8E7: hue angle of 172.61º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EF8E7 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 110 | 248 | 231 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.03 |
| HSL | 172.61º | 0.91% | 0.7% | - |
| HSV(B) | 172.61º | 0.56% | 0.97% | - |
| XYZ | 54.42 | 76.22 | 87.44 | - |
| YUV | 204.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 248 | 231 | 0.56 | 0 | 0.07 | 0.03 | 172.61 | 0.91 | 0.7 |
| Hex | 6E | F8 | E7 | 38 | 0 | 7 | 3 | AD | 5B | 46 |
| Octal | 156 | 370 | 347 | 70 | 0 | 7 | 3 | 255 | 133 | 106 |
| Binary | 1101110 | 11111000 | 11100111 | 111000 | 0 | 111 | 11 | 10101101 | 1011011 | 1000110 |
Color Harmonies of #6EF8E7
Complementary color
Monochromatic Colors of #6EF8E7
Black with #6EF8E7
Text Example
Text Example
White with #6EF8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF8E7; }
p { color: rgb(110,248,231); }
H1.HeaderClassName
{
color: #6EF8E7;
}
.AnyTagClassName
{
color: #6EF8E7;
}
</style>
background-color css
<style>
a { background-color: #6EF8E7; }
a { background-color: rgb(110,248,231); }
div.DivClassName
{
background-color: #6EF8E7;
}
.BgClassName
{
background-color: #6EF8E7;
}
</style>
border-color css
<style>
span { border-color: #6EF8E7; }
span { border-color: rgb(110,248,231); }
td.TdClassName
{
border-color: #6EF8E7;
}
.TagClassName
{
border-color: #6EF8E7;
}
</style>