Shades of Baby Blue #5AFBF1
Tints of Baby Blue #5AFBF1
RGB
CMYK
RGB Variations
Color information
#5AFBF1 (or 0x5AFBF1) is known color: Baby Blue. HEX triplet: 5A, FB and F1. RGB value is (90,251,241). Sum of RGB (Red+Green+Blue) = 90+251+241=582 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.46% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFBF1 is #A5040E. Grayscale: #C9C9C9. Windows color (decimal): -10814479 or 15858522. OLE color: 15858522.
HSL color Cylindrical-coordinate representation of color #5AFBF1: hue angle of 176.27º 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 #5AFBF1 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 241 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.02 |
| HSL | 176.27º | 0.95% | 0.67% | - |
| HSV(B) | 176.27º | 0.64% | 0.98% | - |
| XYZ | 54.59 | 77.52 | 95.3 | - |
| YUV | 201.72 | 150.16 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 241 | 0.64 | 0 | 0.04 | 0.02 | 176.27 | 0.95 | 0.67 |
| Hex | 5A | FB | F1 | 40 | 0 | 4 | 2 | B0 | 5F | 43 |
| Octal | 132 | 373 | 361 | 100 | 0 | 4 | 2 | 260 | 137 | 103 |
| Binary | 1011010 | 11111011 | 11110001 | 1000000 | 0 | 100 | 10 | 10110000 | 1011111 | 1000011 |
Color Harmonies of #5AFBF1
Complementary color
Monochromatic Colors of #5AFBF1
Black with #5AFBF1
Text Example
Text Example
White with #5AFBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFBF1; }
p { color: rgb(90,251,241); }
H1.HeaderClassName
{
color: #5AFBF1;
}
.AnyTagClassName
{
color: #5AFBF1;
}
</style>
background-color css
<style>
a { background-color: #5AFBF1; }
a { background-color: rgb(90,251,241); }
div.DivClassName
{
background-color: #5AFBF1;
}
.BgClassName
{
background-color: #5AFBF1;
}
</style>
border-color css
<style>
span { border-color: #5AFBF1; }
span { border-color: rgb(90,251,241); }
td.TdClassName
{
border-color: #5AFBF1;
}
.TagClassName
{
border-color: #5AFBF1;
}
</style>