Shades of Baby Blue #5AFEEC
Tints of Baby Blue #5AFEEC
RGB
CMYK
RGB Variations
Color information
#5AFEEC (or 0x5AFEEC) is known color: Baby Blue. HEX triplet: 5A, FE and EC. RGB value is (90,254,236). Sum of RGB (Red+Green+Blue) = 90+254+236=580 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.52% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFEEC is #A50113. Grayscale: #CACACA. Windows color (decimal): -10813716 or 15531610. OLE color: 15531610.
HSL color Cylindrical-coordinate representation of color #5AFEEC: hue angle of 173.41º 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 #5AFEEC is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 236 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.00 |
| HSL | 173.41º | 0.99% | 0.67% | - |
| HSV(B) | 173.41º | 0.65% | 1% | - |
| XYZ | 54.8 | 79.11 | 91.74 | - |
| YUV | 202.91 | 146.67 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 236 | 0.65 | 0 | 0.07 | 0.00 | 173.41 | 0.99 | 0.67 |
| Hex | 5A | FE | EC | 41 | 0 | 7 | 0 | AD | 63 | 43 |
| Octal | 132 | 376 | 354 | 101 | 0 | 7 | 0 | 255 | 143 | 103 |
| Binary | 1011010 | 11111110 | 11101100 | 1000001 | 0 | 111 | 0 | 10101101 | 1100011 | 1000011 |
Color Harmonies of #5AFEEC
Complementary color
Monochromatic Colors of #5AFEEC
Black with #5AFEEC
Text Example
Text Example
White with #5AFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFEEC; }
p { color: rgb(90,254,236); }
H1.HeaderClassName
{
color: #5AFEEC;
}
.AnyTagClassName
{
color: #5AFEEC;
}
</style>
background-color css
<style>
a { background-color: #5AFEEC; }
a { background-color: rgb(90,254,236); }
div.DivClassName
{
background-color: #5AFEEC;
}
.BgClassName
{
background-color: #5AFEEC;
}
</style>
border-color css
<style>
span { border-color: #5AFEEC; }
span { border-color: rgb(90,254,236); }
td.TdClassName
{
border-color: #5AFEEC;
}
.TagClassName
{
border-color: #5AFEEC;
}
</style>