Shades of Baby Blue #6AECFC
Tints of Baby Blue #6AECFC
RGB
CMYK
RGB Variations
Color information
#6AECFC (or 0x6AECFC) is known color: Baby Blue. HEX triplet: 6A, EC and FC. RGB value is (106,236,252). Sum of RGB (Red+Green+Blue) = 106+236+252=594 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.85% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #6AECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AECFC is #951303. Grayscale: #C6C6C6. Windows color (decimal): -9769732 or 16575594. OLE color: 16575594.
HSL color Cylindrical-coordinate representation of color #6AECFC: hue angle of 186.58º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AECFC is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 236 | 252 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.01 |
| HSL | 186.58º | 0.96% | 0.7% | - |
| HSV(B) | 186.58º | 0.58% | 0.99% | - |
| XYZ | 53.51 | 70.08 | 102.8 | - |
| YUV | 198.95 | 157.93 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 252 | 0.58 | 0.06 | 0 | 0.01 | 186.58 | 0.96 | 0.7 |
| Hex | 6A | EC | FC | 3A | 6 | 0 | 1 | BB | 60 | 46 |
| Octal | 152 | 354 | 374 | 72 | 6 | 0 | 1 | 273 | 140 | 106 |
| Binary | 1101010 | 11101100 | 11111100 | 111010 | 110 | 0 | 1 | 10111011 | 1100000 | 1000110 |
Color Harmonies of #6AECFC
Complementary color
Monochromatic Colors of #6AECFC
Black with #6AECFC
Text Example
Text Example
White with #6AECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AECFC; }
p { color: rgb(106,236,252); }
H1.HeaderClassName
{
color: #6AECFC;
}
.AnyTagClassName
{
color: #6AECFC;
}
</style>
background-color css
<style>
a { background-color: #6AECFC; }
a { background-color: rgb(106,236,252); }
div.DivClassName
{
background-color: #6AECFC;
}
.BgClassName
{
background-color: #6AECFC;
}
</style>
border-color css
<style>
span { border-color: #6AECFC; }
span { border-color: rgb(106,236,252); }
td.TdClassName
{
border-color: #6AECFC;
}
.TagClassName
{
border-color: #6AECFC;
}
</style>