Shades of Baby Blue #6EFEF9
Tints of Baby Blue #6EFEF9
RGB
CMYK
RGB Variations
Color information
#6EFEF9 (or 0x6EFEF9) is known color: Baby Blue. HEX triplet: 6E, FE and F9. RGB value is (110,254,249). Sum of RGB (Red+Green+Blue) = 110+254+249=613 (81% of max value = 765). Red value is 110 (43.36% from 255 or 17.94% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #6EFEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFEF9 is #910106. Grayscale: #D2D2D2. Windows color (decimal): -9502983 or 16383598. OLE color: 16383598.
HSL color Cylindrical-coordinate representation of color #6EFEF9: hue angle of 177.92º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFEF9 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 254 | 249 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.00 |
| HSL | 177.92º | 0.99% | 0.71% | - |
| HSV(B) | 177.92º | 0.57% | 1% | - |
| XYZ | 58.97 | 81.04 | 102.16 | - |
| YUV | 210.37 | 149.79 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 254 | 249 | 0.57 | 0 | 0.02 | 0.00 | 177.92 | 0.99 | 0.71 |
| Hex | 6E | FE | F9 | 39 | 0 | 2 | 0 | B2 | 63 | 47 |
| Octal | 156 | 376 | 371 | 71 | 0 | 2 | 0 | 262 | 143 | 107 |
| Binary | 1101110 | 11111110 | 11111001 | 111001 | 0 | 10 | 0 | 10110010 | 1100011 | 1000111 |
Color Harmonies of #6EFEF9
Complementary color
Monochromatic Colors of #6EFEF9
Black with #6EFEF9
Text Example
Text Example
White with #6EFEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFEF9; }
p { color: rgb(110,254,249); }
H1.HeaderClassName
{
color: #6EFEF9;
}
.AnyTagClassName
{
color: #6EFEF9;
}
</style>
background-color css
<style>
a { background-color: #6EFEF9; }
a { background-color: rgb(110,254,249); }
div.DivClassName
{
background-color: #6EFEF9;
}
.BgClassName
{
background-color: #6EFEF9;
}
</style>
border-color css
<style>
span { border-color: #6EFEF9; }
span { border-color: rgb(110,254,249); }
td.TdClassName
{
border-color: #6EFEF9;
}
.TagClassName
{
border-color: #6EFEF9;
}
</style>