Shades of Baby Blue #5AF6EF
Tints of Baby Blue #5AF6EF
RGB
CMYK
RGB Variations
Color information
#5AF6EF (or 0x5AF6EF) is known color: Baby Blue. HEX triplet: 5A, F6 and EF. RGB value is (90,246,239). Sum of RGB (Red+Green+Blue) = 90+246+239=575 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.65% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF6EF is #A50910. Grayscale: #C6C6C6. Windows color (decimal): -10815761 or 15726170. OLE color: 15726170.
HSL color Cylindrical-coordinate representation of color #5AF6EF: hue angle of 177.31º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF6EF is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 246 | 239 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.04 |
| HSL | 177.31º | 0.9% | 0.66% | - |
| HSV(B) | 177.31º | 0.63% | 0.96% | - |
| XYZ | 52.75 | 74.32 | 93.23 | - |
| YUV | 198.56 | 150.82 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 246 | 239 | 0.63 | 0 | 0.03 | 0.04 | 177.31 | 0.9 | 0.66 |
| Hex | 5A | F6 | EF | 3F | 0 | 3 | 4 | B1 | 5A | 42 |
| Octal | 132 | 366 | 357 | 77 | 0 | 3 | 4 | 261 | 132 | 102 |
| Binary | 1011010 | 11110110 | 11101111 | 111111 | 0 | 11 | 100 | 10110001 | 1011010 | 1000010 |
Color Harmonies of #5AF6EF
Complementary color
Monochromatic Colors of #5AF6EF
Black with #5AF6EF
Text Example
Text Example
White with #5AF6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF6EF; }
p { color: rgb(90,246,239); }
H1.HeaderClassName
{
color: #5AF6EF;
}
.AnyTagClassName
{
color: #5AF6EF;
}
</style>
background-color css
<style>
a { background-color: #5AF6EF; }
a { background-color: rgb(90,246,239); }
div.DivClassName
{
background-color: #5AF6EF;
}
.BgClassName
{
background-color: #5AF6EF;
}
</style>
border-color css
<style>
span { border-color: #5AF6EF; }
span { border-color: rgb(90,246,239); }
td.TdClassName
{
border-color: #5AF6EF;
}
.TagClassName
{
border-color: #5AF6EF;
}
</style>