Shades of Baby Blue #6EFFFB
Tints of Baby Blue #6EFFFB
RGB
CMYK
RGB Variations
Color information
#6EFFFB (or 0x6EFFFB) is known color: Baby Blue. HEX triplet: 6E, FF and FB. RGB value is (110,255,251). Sum of RGB (Red+Green+Blue) = 110+255+251=616 (81% of max value = 765). Red value is 110 (43.36% from 255 or 17.86% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFFFB is #910004. Grayscale: #D3D3D3. Windows color (decimal): -9502725 or 16514926. OLE color: 16514926.
HSL color Cylindrical-coordinate representation of color #6EFFFB: hue angle of 178.34º 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 #6EFFFB is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 251 | - |
| CMYK | 0.57 | 0 | 0.02 | 0 |
| HSL | 178.34º | 1% | 0.72% | - |
| HSV(B) | 178.34º | 0.57% | 1% | - |
| XYZ | 59.6 | 81.8 | 103.91 | - |
| YUV | 211.19 | 150.46 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 251 | 0.57 | 0 | 0.02 | 0 | 178.34 | 1 | 0.72 |
| Hex | 6E | FF | FB | 39 | 0 | 2 | 0 | B2 | 64 | 48 |
| Octal | 156 | 377 | 373 | 71 | 0 | 2 | 0 | 262 | 144 | 110 |
| Binary | 1101110 | 11111111 | 11111011 | 111001 | 0 | 10 | 0 | 10110010 | 1100100 | 1001000 |
Color Harmonies of #6EFFFB
Complementary color
Monochromatic Colors of #6EFFFB
Black with #6EFFFB
Text Example
Text Example
White with #6EFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFFFB; }
p { color: rgb(110,255,251); }
H1.HeaderClassName
{
color: #6EFFFB;
}
.AnyTagClassName
{
color: #6EFFFB;
}
</style>
background-color css
<style>
a { background-color: #6EFFFB; }
a { background-color: rgb(110,255,251); }
div.DivClassName
{
background-color: #6EFFFB;
}
.BgClassName
{
background-color: #6EFFFB;
}
</style>
border-color css
<style>
span { border-color: #6EFFFB; }
span { border-color: rgb(110,255,251); }
td.TdClassName
{
border-color: #6EFFFB;
}
.TagClassName
{
border-color: #6EFFFB;
}
</style>