Shades of Baby Blue #6FFFEA
Tints of Baby Blue #6FFFEA
RGB
CMYK
RGB Variations
Color information
#6FFFEA (or 0x6FFFEA) is known color: Baby Blue. HEX triplet: 6F, FF and EA. RGB value is (111,255,234). Sum of RGB (Red+Green+Blue) = 111+255+234=600 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.5% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFFEA is #900015. Grayscale: #D1D1D1. Windows color (decimal): -9437206 or 15400815. OLE color: 15400815.
HSL color Cylindrical-coordinate representation of color #6FFFEA: hue angle of 171.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFEA is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 234 | - |
| CMYK | 0.56 | 0 | 0.08 | 0 |
| HSL | 171.25º | 1% | 0.72% | - |
| HSV(B) | 171.25º | 0.56% | 1% | - |
| XYZ | 57.17 | 80.84 | 90.43 | - |
| YUV | 209.55 | 141.79 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 234 | 0.56 | 0 | 0.08 | 0 | 171.25 | 1 | 0.72 |
| Hex | 6F | FF | EA | 38 | 0 | 8 | 0 | AB | 64 | 48 |
| Octal | 157 | 377 | 352 | 70 | 0 | 10 | 0 | 253 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11101010 | 111000 | 0 | 1000 | 0 | 10101011 | 1100100 | 1001000 |
Color Harmonies of #6FFFEA
Complementary color
Monochromatic Colors of #6FFFEA
Black with #6FFFEA
Text Example
Text Example
White with #6FFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFEA; }
p { color: rgb(111,255,234); }
H1.HeaderClassName
{
color: #6FFFEA;
}
.AnyTagClassName
{
color: #6FFFEA;
}
</style>
background-color css
<style>
a { background-color: #6FFFEA; }
a { background-color: rgb(111,255,234); }
div.DivClassName
{
background-color: #6FFFEA;
}
.BgClassName
{
background-color: #6FFFEA;
}
</style>
border-color css
<style>
span { border-color: #6FFFEA; }
span { border-color: rgb(111,255,234); }
td.TdClassName
{
border-color: #6FFFEA;
}
.TagClassName
{
border-color: #6FFFEA;
}
</style>