Shades of Baby Blue #6EFEF7
Tints of Baby Blue #6EFEF7
RGB
CMYK
RGB Variations
Color information
#6EFEF7 (or 0x6EFEF7) is known color: Baby Blue. HEX triplet: 6E, FE and F7. RGB value is (110,254,247). Sum of RGB (Red+Green+Blue) = 110+254+247=611 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.00% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 247 (96.88% from 255 or 40.43% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #6EFEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFEF7 is #910108. Grayscale: #D2D2D2. Windows color (decimal): -9502985 or 16252526. OLE color: 16252526.
HSL color Cylindrical-coordinate representation of color #6EFEF7: hue angle of 177.08º 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 #6EFEF7 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 254 | 247 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.00 |
| HSL | 177.08º | 0.99% | 0.71% | - |
| HSV(B) | 177.08º | 0.57% | 1% | - |
| XYZ | 58.66 | 80.91 | 100.52 | - |
| YUV | 210.15 | 148.79 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 254 | 247 | 0.57 | 0 | 0.03 | 0.00 | 177.08 | 0.99 | 0.71 |
| Hex | 6E | FE | F7 | 39 | 0 | 3 | 0 | B1 | 63 | 47 |
| Octal | 156 | 376 | 367 | 71 | 0 | 3 | 0 | 261 | 143 | 107 |
| Binary | 1101110 | 11111110 | 11110111 | 111001 | 0 | 11 | 0 | 10110001 | 1100011 | 1000111 |
Color Harmonies of #6EFEF7
Complementary color
Monochromatic Colors of #6EFEF7
Black with #6EFEF7
Text Example
Text Example
White with #6EFEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFEF7; }
p { color: rgb(110,254,247); }
H1.HeaderClassName
{
color: #6EFEF7;
}
.AnyTagClassName
{
color: #6EFEF7;
}
</style>
background-color css
<style>
a { background-color: #6EFEF7; }
a { background-color: rgb(110,254,247); }
div.DivClassName
{
background-color: #6EFEF7;
}
.BgClassName
{
background-color: #6EFEF7;
}
</style>
border-color css
<style>
span { border-color: #6EFEF7; }
span { border-color: rgb(110,254,247); }
td.TdClassName
{
border-color: #6EFEF7;
}
.TagClassName
{
border-color: #6EFEF7;
}
</style>