Shades of Baby Blue #5AFBE3
Tints of Baby Blue #5AFBE3
RGB
CMYK
RGB Variations
Color information
#5AFBE3 (or 0x5AFBE3) is known color: Baby Blue. HEX triplet: 5A, FB and E3. RGB value is (90,251,227). Sum of RGB (Red+Green+Blue) = 90+251+227=568 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.85% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 227 (89.06% from 255 or 39.96% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFBE3 is #A5041C. Grayscale: #C8C8C8. Windows color (decimal): -10814493 or 14941018. OLE color: 14941018.
HSL color Cylindrical-coordinate representation of color #5AFBE3: hue angle of 171.06º 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 #5AFBE3 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 227 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.02 |
| HSL | 171.06º | 0.95% | 0.67% | - |
| HSV(B) | 171.06º | 0.64% | 0.98% | - |
| XYZ | 52.58 | 76.71 | 84.71 | - |
| YUV | 200.13 | 143.16 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 227 | 0.64 | 0 | 0.10 | 0.02 | 171.06 | 0.95 | 0.67 |
| Hex | 5A | FB | E3 | 40 | 0 | A | 2 | AB | 5F | 43 |
| Octal | 132 | 373 | 343 | 100 | 0 | 12 | 2 | 253 | 137 | 103 |
| Binary | 1011010 | 11111011 | 11100011 | 1000000 | 0 | 1010 | 10 | 10101011 | 1011111 | 1000011 |
Color Harmonies of #5AFBE3
Complementary color
Monochromatic Colors of #5AFBE3
Black with #5AFBE3
Text Example
Text Example
White with #5AFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFBE3; }
p { color: rgb(90,251,227); }
H1.HeaderClassName
{
color: #5AFBE3;
}
.AnyTagClassName
{
color: #5AFBE3;
}
</style>
background-color css
<style>
a { background-color: #5AFBE3; }
a { background-color: rgb(90,251,227); }
div.DivClassName
{
background-color: #5AFBE3;
}
.BgClassName
{
background-color: #5AFBE3;
}
</style>
border-color css
<style>
span { border-color: #5AFBE3; }
span { border-color: rgb(90,251,227); }
td.TdClassName
{
border-color: #5AFBE3;
}
.TagClassName
{
border-color: #5AFBE3;
}
</style>