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