Shades of Baby Blue #5AFBEC
Tints of Baby Blue #5AFBEC
RGB
CMYK
RGB Variations
Color information
#5AFBEC (or 0x5AFBEC) is known color: Baby Blue. HEX triplet: 5A, FB and EC. RGB value is (90,251,236). Sum of RGB (Red+Green+Blue) = 90+251+236=577 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.60% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFBEC is #A50413. Grayscale: #C9C9C9. Windows color (decimal): -10814484 or 15530842. OLE color: 15530842.
HSL color Cylindrical-coordinate representation of color #5AFBEC: hue angle of 174.41º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFBEC is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 236 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.02 |
| HSL | 174.41º | 0.95% | 0.67% | - |
| HSV(B) | 174.41º | 0.64% | 0.98% | - |
| XYZ | 53.85 | 77.22 | 91.42 | - |
| YUV | 201.15 | 147.66 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 236 | 0.64 | 0 | 0.06 | 0.02 | 174.41 | 0.95 | 0.67 |
| Hex | 5A | FB | EC | 40 | 0 | 6 | 2 | AE | 5F | 43 |
| Octal | 132 | 373 | 354 | 100 | 0 | 6 | 2 | 256 | 137 | 103 |
| Binary | 1011010 | 11111011 | 11101100 | 1000000 | 0 | 110 | 10 | 10101110 | 1011111 | 1000011 |
Color Harmonies of #5AFBEC
Complementary color
Monochromatic Colors of #5AFBEC
Black with #5AFBEC
Text Example
Text Example
White with #5AFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFBEC; }
p { color: rgb(90,251,236); }
H1.HeaderClassName
{
color: #5AFBEC;
}
.AnyTagClassName
{
color: #5AFBEC;
}
</style>
background-color css
<style>
a { background-color: #5AFBEC; }
a { background-color: rgb(90,251,236); }
div.DivClassName
{
background-color: #5AFBEC;
}
.BgClassName
{
background-color: #5AFBEC;
}
</style>
border-color css
<style>
span { border-color: #5AFBEC; }
span { border-color: rgb(90,251,236); }
td.TdClassName
{
border-color: #5AFBEC;
}
.TagClassName
{
border-color: #5AFBEC;
}
</style>