Shades of Baby Blue #6AFCE5
Tints of Baby Blue #6AFCE5
RGB
CMYK
RGB Variations
Color information
#6AFCE5 (or 0x6AFCE5) is known color: Baby Blue. HEX triplet: 6A, FC and E5. RGB value is (106,252,229). Sum of RGB (Red+Green+Blue) = 106+252+229=587 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.06% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFCE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFCE5 is #95031A. Grayscale: #CDCDCD. Windows color (decimal): -9765659 or 15072362. OLE color: 15072362.
HSL color Cylindrical-coordinate representation of color #6AFCE5: hue angle of 170.55º 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 #6AFCE5 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 252 | 229 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.01 |
| HSL | 170.55º | 0.96% | 0.7% | - |
| HSV(B) | 170.55º | 0.58% | 0.99% | - |
| XYZ | 54.9 | 78.34 | 86.36 | - |
| YUV | 205.72 | 141.13 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 252 | 229 | 0.58 | 0 | 0.09 | 0.01 | 170.55 | 0.96 | 0.7 |
| Hex | 6A | FC | E5 | 3A | 0 | 9 | 1 | AB | 60 | 46 |
| Octal | 152 | 374 | 345 | 72 | 0 | 11 | 1 | 253 | 140 | 106 |
| Binary | 1101010 | 11111100 | 11100101 | 111010 | 0 | 1001 | 1 | 10101011 | 1100000 | 1000110 |
Color Harmonies of #6AFCE5
Complementary color
Monochromatic Colors of #6AFCE5
Black with #6AFCE5
Text Example
Text Example
White with #6AFCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFCE5; }
p { color: rgb(106,252,229); }
H1.HeaderClassName
{
color: #6AFCE5;
}
.AnyTagClassName
{
color: #6AFCE5;
}
</style>
background-color css
<style>
a { background-color: #6AFCE5; }
a { background-color: rgb(106,252,229); }
div.DivClassName
{
background-color: #6AFCE5;
}
.BgClassName
{
background-color: #6AFCE5;
}
</style>
border-color css
<style>
span { border-color: #6AFCE5; }
span { border-color: rgb(106,252,229); }
td.TdClassName
{
border-color: #6AFCE5;
}
.TagClassName
{
border-color: #6AFCE5;
}
</style>