Shades of Baby Blue #6AF4E5
Tints of Baby Blue #6AF4E5
RGB
CMYK
RGB Variations
Color information
#6AF4E5 (or 0x6AF4E5) is known color: Baby Blue. HEX triplet: 6A, F4 and E5. RGB value is (106,244,229). Sum of RGB (Red+Green+Blue) = 106+244+229=579 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.31% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #6AF4E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF4E5 is #950B1A. Grayscale: #C8C8C8. Windows color (decimal): -9767707 or 15070314. OLE color: 15070314.
HSL color Cylindrical-coordinate representation of color #6AF4E5: hue angle of 173.48º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF4E5 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 244 | 229 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.04 |
| HSL | 173.48º | 0.86% | 0.69% | - |
| HSV(B) | 173.48º | 0.57% | 0.96% | - |
| XYZ | 52.44 | 73.42 | 85.54 | - |
| YUV | 201.03 | 143.78 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 244 | 229 | 0.57 | 0 | 0.06 | 0.04 | 173.48 | 0.86 | 0.69 |
| Hex | 6A | F4 | E5 | 39 | 0 | 6 | 4 | AD | 56 | 45 |
| Octal | 152 | 364 | 345 | 71 | 0 | 6 | 4 | 255 | 126 | 105 |
| Binary | 1101010 | 11110100 | 11100101 | 111001 | 0 | 110 | 100 | 10101101 | 1010110 | 1000101 |
Color Harmonies of #6AF4E5
Complementary color
Monochromatic Colors of #6AF4E5
Black with #6AF4E5
Text Example
Text Example
White with #6AF4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF4E5; }
p { color: rgb(106,244,229); }
H1.HeaderClassName
{
color: #6AF4E5;
}
.AnyTagClassName
{
color: #6AF4E5;
}
</style>
background-color css
<style>
a { background-color: #6AF4E5; }
a { background-color: rgb(106,244,229); }
div.DivClassName
{
background-color: #6AF4E5;
}
.BgClassName
{
background-color: #6AF4E5;
}
</style>
border-color css
<style>
span { border-color: #6AF4E5; }
span { border-color: rgb(106,244,229); }
td.TdClassName
{
border-color: #6AF4E5;
}
.TagClassName
{
border-color: #6AF4E5;
}
</style>