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