Shades of Baby Blue #6AECFD
Tints of Baby Blue #6AECFD
RGB
CMYK
RGB Variations
Color information
#6AECFD (or 0x6AECFD) is known color: Baby Blue. HEX triplet: 6A, EC and FD. RGB value is (106,236,253). Sum of RGB (Red+Green+Blue) = 106+236+253=595 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.82% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AECFD is #951302. Grayscale: #C6C6C6. Windows color (decimal): -9769731 or 16641130. OLE color: 16641130.
HSL color Cylindrical-coordinate representation of color #6AECFD: hue angle of 186.94º degrees, saturation: 0.97, 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 #6AECFD is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 236 | 253 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.01 |
| HSL | 186.94º | 0.97% | 0.7% | - |
| HSV(B) | 186.94º | 0.58% | 0.99% | - |
| XYZ | 53.67 | 70.15 | 103.64 | - |
| YUV | 199.07 | 158.43 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 253 | 0.58 | 0.07 | 0 | 0.01 | 186.94 | 0.97 | 0.7 |
| Hex | 6A | EC | FD | 3A | 7 | 0 | 1 | BB | 61 | 46 |
| Octal | 152 | 354 | 375 | 72 | 7 | 0 | 1 | 273 | 141 | 106 |
| Binary | 1101010 | 11101100 | 11111101 | 111010 | 111 | 0 | 1 | 10111011 | 1100001 | 1000110 |
Color Harmonies of #6AECFD
Complementary color
Monochromatic Colors of #6AECFD
Black with #6AECFD
Text Example
Text Example
White with #6AECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AECFD; }
p { color: rgb(106,236,253); }
H1.HeaderClassName
{
color: #6AECFD;
}
.AnyTagClassName
{
color: #6AECFD;
}
</style>
background-color css
<style>
a { background-color: #6AECFD; }
a { background-color: rgb(106,236,253); }
div.DivClassName
{
background-color: #6AECFD;
}
.BgClassName
{
background-color: #6AECFD;
}
</style>
border-color css
<style>
span { border-color: #6AECFD; }
span { border-color: rgb(106,236,253); }
td.TdClassName
{
border-color: #6AECFD;
}
.TagClassName
{
border-color: #6AECFD;
}
</style>