Shades of Baby Blue #6AFBE9
Tints of Baby Blue #6AFBE9
RGB
CMYK
RGB Variations
Color information
#6AFBE9 (or 0x6AFBE9) is known color: Baby Blue. HEX triplet: 6A, FB and E9. RGB value is (106,251,233). Sum of RGB (Red+Green+Blue) = 106+251+233=590 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.97% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFBE9 is #950416. Grayscale: #CDCDCD. Windows color (decimal): -9765911 or 15334250. OLE color: 15334250.
HSL color Cylindrical-coordinate representation of color #6AFBE9: hue angle of 172.55º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFBE9 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 233 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.02 |
| HSL | 172.55º | 0.95% | 0.7% | - |
| HSV(B) | 172.55º | 0.58% | 0.98% | - |
| XYZ | 55.15 | 77.94 | 89.23 | - |
| YUV | 205.59 | 143.46 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 233 | 0.58 | 0 | 0.07 | 0.02 | 172.55 | 0.95 | 0.7 |
| Hex | 6A | FB | E9 | 3A | 0 | 7 | 2 | AD | 5F | 46 |
| Octal | 152 | 373 | 351 | 72 | 0 | 7 | 2 | 255 | 137 | 106 |
| Binary | 1101010 | 11111011 | 11101001 | 111010 | 0 | 111 | 10 | 10101101 | 1011111 | 1000110 |
Color Harmonies of #6AFBE9
Complementary color
Monochromatic Colors of #6AFBE9
Black with #6AFBE9
Text Example
Text Example
White with #6AFBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFBE9; }
p { color: rgb(106,251,233); }
H1.HeaderClassName
{
color: #6AFBE9;
}
.AnyTagClassName
{
color: #6AFBE9;
}
</style>
background-color css
<style>
a { background-color: #6AFBE9; }
a { background-color: rgb(106,251,233); }
div.DivClassName
{
background-color: #6AFBE9;
}
.BgClassName
{
background-color: #6AFBE9;
}
</style>
border-color css
<style>
span { border-color: #6AFBE9; }
span { border-color: rgb(106,251,233); }
td.TdClassName
{
border-color: #6AFBE9;
}
.TagClassName
{
border-color: #6AFBE9;
}
</style>