Shades of Baby Blue #5AFEEF
Tints of Baby Blue #5AFEEF
RGB
CMYK
RGB Variations
Color information
#5AFEEF (or 0x5AFEEF) is known color: Baby Blue. HEX triplet: 5A, FE and EF. RGB value is (90,254,239). Sum of RGB (Red+Green+Blue) = 90+254+239=583 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.44% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFEEF is #A50110. Grayscale: #CBCBCB. Windows color (decimal): -10813713 or 15728218. OLE color: 15728218.
HSL color Cylindrical-coordinate representation of color #5AFEEF: hue angle of 174.51º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFEEF is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 239 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.00 |
| HSL | 174.51º | 0.99% | 0.67% | - |
| HSV(B) | 174.51º | 0.65% | 1% | - |
| XYZ | 55.24 | 79.29 | 94.05 | - |
| YUV | 203.25 | 148.17 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 239 | 0.65 | 0 | 0.06 | 0.00 | 174.51 | 0.99 | 0.67 |
| Hex | 5A | FE | EF | 41 | 0 | 6 | 0 | AF | 63 | 43 |
| Octal | 132 | 376 | 357 | 101 | 0 | 6 | 0 | 257 | 143 | 103 |
| Binary | 1011010 | 11111110 | 11101111 | 1000001 | 0 | 110 | 0 | 10101111 | 1100011 | 1000011 |
Color Harmonies of #5AFEEF
Complementary color
Monochromatic Colors of #5AFEEF
Black with #5AFEEF
Text Example
Text Example
White with #5AFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFEEF; }
p { color: rgb(90,254,239); }
H1.HeaderClassName
{
color: #5AFEEF;
}
.AnyTagClassName
{
color: #5AFEEF;
}
</style>
background-color css
<style>
a { background-color: #5AFEEF; }
a { background-color: rgb(90,254,239); }
div.DivClassName
{
background-color: #5AFEEF;
}
.BgClassName
{
background-color: #5AFEEF;
}
</style>
border-color css
<style>
span { border-color: #5AFEEF; }
span { border-color: rgb(90,254,239); }
td.TdClassName
{
border-color: #5AFEEF;
}
.TagClassName
{
border-color: #5AFEEF;
}
</style>