Shades of Baby Blue #6AEDFC
Tints of Baby Blue #6AEDFC
RGB
CMYK
RGB Variations
Color information
#6AEDFC (or 0x6AEDFC) is known color: Baby Blue. HEX triplet: 6A, ED and FC. RGB value is (106,237,252). Sum of RGB (Red+Green+Blue) = 106+237+252=595 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.82% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #6AEDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEDFC is #951203. Grayscale: #C7C7C7. Windows color (decimal): -9769476 or 16575850. OLE color: 16575850.
HSL color Cylindrical-coordinate representation of color #6AEDFC: hue angle of 186.16º 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 #6AEDFC is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 237 | 252 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.01 |
| HSL | 186.16º | 0.96% | 0.7% | - |
| HSV(B) | 186.16º | 0.58% | 0.99% | - |
| XYZ | 53.8 | 70.66 | 102.9 | - |
| YUV | 199.54 | 157.6 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 252 | 0.58 | 0.06 | 0 | 0.01 | 186.16 | 0.96 | 0.7 |
| Hex | 6A | ED | FC | 3A | 6 | 0 | 1 | BA | 60 | 46 |
| Octal | 152 | 355 | 374 | 72 | 6 | 0 | 1 | 272 | 140 | 106 |
| Binary | 1101010 | 11101101 | 11111100 | 111010 | 110 | 0 | 1 | 10111010 | 1100000 | 1000110 |
Color Harmonies of #6AEDFC
Complementary color
Monochromatic Colors of #6AEDFC
Black with #6AEDFC
Text Example
Text Example
White with #6AEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEDFC; }
p { color: rgb(106,237,252); }
H1.HeaderClassName
{
color: #6AEDFC;
}
.AnyTagClassName
{
color: #6AEDFC;
}
</style>
background-color css
<style>
a { background-color: #6AEDFC; }
a { background-color: rgb(106,237,252); }
div.DivClassName
{
background-color: #6AEDFC;
}
.BgClassName
{
background-color: #6AEDFC;
}
</style>
border-color css
<style>
span { border-color: #6AEDFC; }
span { border-color: rgb(106,237,252); }
td.TdClassName
{
border-color: #6AEDFC;
}
.TagClassName
{
border-color: #6AEDFC;
}
</style>