Shades of Baby Blue #6EFEFF
Tints of Baby Blue #6EFEFF
RGB
CMYK
RGB Variations
Color information
#6EFEFF (or 0x6EFEFF) is known color: Baby Blue. HEX triplet: 6E, FE and FF. RGB value is (110,254,255). Sum of RGB (Red+Green+Blue) = 110+254+255=619 (81% of max value = 765). Red value is 110 (43.36% from 255 or 17.77% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EFEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFEFF is #910100. Grayscale: #D2D2D2. Windows color (decimal): -9502977 or 16776814. OLE color: 16776814.
HSL color Cylindrical-coordinate representation of color #6EFEFF: hue angle of 180.41º 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 #6EFEFF is Cyan = 0.57, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 254 | 255 | - |
| CMYK | 0.57 | 0.00 | 0 | 0 |
| HSL | 180.41º | 1% | 0.72% | - |
| HSV(B) | 180.41º | 0.57% | 1% | - |
| XYZ | 59.92 | 81.42 | 107.16 | - |
| YUV | 211.06 | 152.79 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 254 | 255 | 0.57 | 0.00 | 0 | 0 | 180.41 | 1 | 0.72 |
| Hex | 6E | FE | FF | 39 | 0 | 0 | 0 | B4 | 64 | 48 |
| Octal | 156 | 376 | 377 | 71 | 0 | 0 | 0 | 264 | 144 | 110 |
| Binary | 1101110 | 11111110 | 11111111 | 111001 | 0 | 0 | 0 | 10110100 | 1100100 | 1001000 |
Color Harmonies of #6EFEFF
Complementary color
Monochromatic Colors of #6EFEFF
Black with #6EFEFF
Text Example
Text Example
White with #6EFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFEFF; }
p { color: rgb(110,254,255); }
H1.HeaderClassName
{
color: #6EFEFF;
}
.AnyTagClassName
{
color: #6EFEFF;
}
</style>
background-color css
<style>
a { background-color: #6EFEFF; }
a { background-color: rgb(110,254,255); }
div.DivClassName
{
background-color: #6EFEFF;
}
.BgClassName
{
background-color: #6EFEFF;
}
</style>
border-color css
<style>
span { border-color: #6EFEFF; }
span { border-color: rgb(110,254,255); }
td.TdClassName
{
border-color: #6EFEFF;
}
.TagClassName
{
border-color: #6EFEFF;
}
</style>