Shades of Baby Blue #6EFFF0
Tints of Baby Blue #6EFFF0
RGB
CMYK
RGB Variations
Color information
#6EFFF0 (or 0x6EFFF0) is known color: Baby Blue. HEX triplet: 6E, FF and F0. RGB value is (110,255,240). Sum of RGB (Red+Green+Blue) = 110+255+240=605 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.18% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFFF0 is #91000F. Grayscale: #D1D1D1. Windows color (decimal): -9502736 or 15794030. OLE color: 15794030.
HSL color Cylindrical-coordinate representation of color #6EFFF0: hue angle of 173.79º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFF0 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 240 | - |
| CMYK | 0.57 | 0 | 0.06 | 0 |
| HSL | 173.79º | 1% | 0.72% | - |
| HSV(B) | 173.79º | 0.57% | 1% | - |
| XYZ | 57.92 | 81.13 | 95.04 | - |
| YUV | 209.94 | 144.96 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 240 | 0.57 | 0 | 0.06 | 0 | 173.79 | 1 | 0.72 |
| Hex | 6E | FF | F0 | 39 | 0 | 6 | 0 | AE | 64 | 48 |
| Octal | 156 | 377 | 360 | 71 | 0 | 6 | 0 | 256 | 144 | 110 |
| Binary | 1101110 | 11111111 | 11110000 | 111001 | 0 | 110 | 0 | 10101110 | 1100100 | 1001000 |
Color Harmonies of #6EFFF0
Complementary color
Monochromatic Colors of #6EFFF0
Black with #6EFFF0
Text Example
Text Example
White with #6EFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFF0; }
p { color: rgb(110,255,240); }
H1.HeaderClassName
{
color: #6EFFF0;
}
.AnyTagClassName
{
color: #6EFFF0;
}
</style>
background-color css
<style>
a { background-color: #6EFFF0; }
a { background-color: rgb(110,255,240); }
div.DivClassName
{
background-color: #6EFFF0;
}
.BgClassName
{
background-color: #6EFFF0;
}
</style>
border-color css
<style>
span { border-color: #6EFFF0; }
span { border-color: rgb(110,255,240); }
td.TdClassName
{
border-color: #6EFFF0;
}
.TagClassName
{
border-color: #6EFFF0;
}
</style>