Shades of Baby Blue #6EEFFE
Tints of Baby Blue #6EEFFE
RGB
CMYK
RGB Variations
Color information
#6EEFFE (or 0x6EEFFE) is known color: Baby Blue. HEX triplet: 6E, EF and FE. RGB value is (110,239,254). Sum of RGB (Red+Green+Blue) = 110+239+254=603 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.24% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EEFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEFFE is #911001. Grayscale: #C9C9C9. Windows color (decimal): -9506818 or 16707438. OLE color: 16707438.
HSL color Cylindrical-coordinate representation of color #6EEFFE: hue angle of 186.25º 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 #6EEFFE is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 239 | 254 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.00 |
| HSL | 186.25º | 0.99% | 0.71% | - |
| HSV(B) | 186.25º | 0.57% | 1% | - |
| XYZ | 55.19 | 72.2 | 104.79 | - |
| YUV | 202.14 | 157.26 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 239 | 254 | 0.57 | 0.06 | 0 | 0.00 | 186.25 | 0.99 | 0.71 |
| Hex | 6E | EF | FE | 39 | 6 | 0 | 0 | BA | 63 | 47 |
| Octal | 156 | 357 | 376 | 71 | 6 | 0 | 0 | 272 | 143 | 107 |
| Binary | 1101110 | 11101111 | 11111110 | 111001 | 110 | 0 | 0 | 10111010 | 1100011 | 1000111 |
Color Harmonies of #6EEFFE
Complementary color
Monochromatic Colors of #6EEFFE
Black with #6EEFFE
Text Example
Text Example
White with #6EEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEFFE; }
p { color: rgb(110,239,254); }
H1.HeaderClassName
{
color: #6EEFFE;
}
.AnyTagClassName
{
color: #6EEFFE;
}
</style>
background-color css
<style>
a { background-color: #6EEFFE; }
a { background-color: rgb(110,239,254); }
div.DivClassName
{
background-color: #6EEFFE;
}
.BgClassName
{
background-color: #6EEFFE;
}
</style>
border-color css
<style>
span { border-color: #6EEFFE; }
span { border-color: rgb(110,239,254); }
td.TdClassName
{
border-color: #6EEFFE;
}
.TagClassName
{
border-color: #6EEFFE;
}
</style>