Shades of Baby Blue #6AECF9
Tints of Baby Blue #6AECF9
RGB
CMYK
RGB Variations
Color information
#6AECF9 (or 0x6AECF9) is known color: Baby Blue. HEX triplet: 6A, EC and F9. RGB value is (106,236,249). Sum of RGB (Red+Green+Blue) = 106+236+249=591 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.94% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #6AECF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AECF9 is #951306. Grayscale: #C6C6C6. Windows color (decimal): -9769735 or 16378986. OLE color: 16378986.
HSL color Cylindrical-coordinate representation of color #6AECF9: hue angle of 185.45º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AECF9 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 236 | 249 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.02 |
| HSL | 185.45º | 0.92% | 0.7% | - |
| HSV(B) | 185.45º | 0.57% | 0.98% | - |
| XYZ | 53.04 | 69.89 | 100.32 | - |
| YUV | 198.61 | 156.43 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 249 | 0.57 | 0.05 | 0 | 0.02 | 185.45 | 0.92 | 0.7 |
| Hex | 6A | EC | F9 | 39 | 5 | 0 | 2 | B9 | 5C | 46 |
| Octal | 152 | 354 | 371 | 71 | 5 | 0 | 2 | 271 | 134 | 106 |
| Binary | 1101010 | 11101100 | 11111001 | 111001 | 101 | 0 | 10 | 10111001 | 1011100 | 1000110 |
Color Harmonies of #6AECF9
Complementary color
Monochromatic Colors of #6AECF9
Black with #6AECF9
Text Example
Text Example
White with #6AECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AECF9; }
p { color: rgb(106,236,249); }
H1.HeaderClassName
{
color: #6AECF9;
}
.AnyTagClassName
{
color: #6AECF9;
}
</style>
background-color css
<style>
a { background-color: #6AECF9; }
a { background-color: rgb(106,236,249); }
div.DivClassName
{
background-color: #6AECF9;
}
.BgClassName
{
background-color: #6AECF9;
}
</style>
border-color css
<style>
span { border-color: #6AECF9; }
span { border-color: rgb(106,236,249); }
td.TdClassName
{
border-color: #6AECF9;
}
.TagClassName
{
border-color: #6AECF9;
}
</style>