Shades of Baby Blue #6AEBFC
Tints of Baby Blue #6AEBFC
RGB
CMYK
RGB Variations
Color information
#6AEBFC (or 0x6AEBFC) is known color: Baby Blue. HEX triplet: 6A, EB and FC. RGB value is (106,235,252). Sum of RGB (Red+Green+Blue) = 106+235+252=593 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.88% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #6AEBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEBFC is #951403. Grayscale: #C6C6C6. Windows color (decimal): -9769988 or 16575338. OLE color: 16575338.
HSL color Cylindrical-coordinate representation of color #6AEBFC: hue angle of 186.99º 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 #6AEBFC is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 235 | 252 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.01 |
| HSL | 186.99º | 0.96% | 0.7% | - |
| HSV(B) | 186.99º | 0.58% | 0.99% | - |
| XYZ | 53.22 | 69.51 | 102.71 | - |
| YUV | 198.37 | 158.26 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 235 | 252 | 0.58 | 0.07 | 0 | 0.01 | 186.99 | 0.96 | 0.7 |
| Hex | 6A | EB | FC | 3A | 7 | 0 | 1 | BB | 60 | 46 |
| Octal | 152 | 353 | 374 | 72 | 7 | 0 | 1 | 273 | 140 | 106 |
| Binary | 1101010 | 11101011 | 11111100 | 111010 | 111 | 0 | 1 | 10111011 | 1100000 | 1000110 |
Color Harmonies of #6AEBFC
Complementary color
Monochromatic Colors of #6AEBFC
Black with #6AEBFC
Text Example
Text Example
White with #6AEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEBFC; }
p { color: rgb(106,235,252); }
H1.HeaderClassName
{
color: #6AEBFC;
}
.AnyTagClassName
{
color: #6AEBFC;
}
</style>
background-color css
<style>
a { background-color: #6AEBFC; }
a { background-color: rgb(106,235,252); }
div.DivClassName
{
background-color: #6AEBFC;
}
.BgClassName
{
background-color: #6AEBFC;
}
</style>
border-color css
<style>
span { border-color: #6AEBFC; }
span { border-color: rgb(106,235,252); }
td.TdClassName
{
border-color: #6AEBFC;
}
.TagClassName
{
border-color: #6AEBFC;
}
</style>