Shades of Baby Blue #5AF8FB
Tints of Baby Blue #5AF8FB
RGB
CMYK
RGB Variations
Color information
#5AF8FB (or 0x5AF8FB) is known color: Baby Blue. HEX triplet: 5A, F8 and FB. RGB value is (90,248,251). Sum of RGB (Red+Green+Blue) = 90+248+251=589 (78% of max value = 765). Red value is 90 (35.55% from 255 or 15.28% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #5AF8FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF8FB is #A50704. Grayscale: #C8C8C8. Windows color (decimal): -10815237 or 16513114. OLE color: 16513114.
HSL color Cylindrical-coordinate representation of color #5AF8FB: hue angle of 181.12º 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 #5AF8FB is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 248 | 251 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.02 |
| HSL | 181.12º | 0.95% | 0.67% | - |
| HSV(B) | 181.12º | 0.64% | 0.98% | - |
| XYZ | 55.2 | 76.27 | 103.08 | - |
| YUV | 201.1 | 156.15 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 251 | 0.64 | 0.01 | 0 | 0.02 | 181.12 | 0.95 | 0.67 |
| Hex | 5A | F8 | FB | 40 | 1 | 0 | 2 | B5 | 5F | 43 |
| Octal | 132 | 370 | 373 | 100 | 1 | 0 | 2 | 265 | 137 | 103 |
| Binary | 1011010 | 11111000 | 11111011 | 1000000 | 1 | 0 | 10 | 10110101 | 1011111 | 1000011 |
Color Harmonies of #5AF8FB
Complementary color
Monochromatic Colors of #5AF8FB
Black with #5AF8FB
Text Example
Text Example
White with #5AF8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF8FB; }
p { color: rgb(90,248,251); }
H1.HeaderClassName
{
color: #5AF8FB;
}
.AnyTagClassName
{
color: #5AF8FB;
}
</style>
background-color css
<style>
a { background-color: #5AF8FB; }
a { background-color: rgb(90,248,251); }
div.DivClassName
{
background-color: #5AF8FB;
}
.BgClassName
{
background-color: #5AF8FB;
}
</style>
border-color css
<style>
span { border-color: #5AF8FB; }
span { border-color: rgb(90,248,251); }
td.TdClassName
{
border-color: #5AF8FB;
}
.TagClassName
{
border-color: #5AF8FB;
}
</style>