Shades of Baby Blue #5AF4FB
Tints of Baby Blue #5AF4FB
RGB
CMYK
RGB Variations
Color information
#5AF4FB (or 0x5AF4FB) is known color: Baby Blue. HEX triplet: 5A, F4 and FB. RGB value is (90,244,251). Sum of RGB (Red+Green+Blue) = 90+244+251=585 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.38% from 585); Green value is 244 (95.70% from 255 or 41.71% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #5AF4FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF4FB is #A50B04. Grayscale: #C6C6C6. Windows color (decimal): -10816261 or 16512090. OLE color: 16512090.
HSL color Cylindrical-coordinate representation of color #5AF4FB: hue angle of 182.61º 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 #5AF4FB is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 244 | 251 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.02 |
| HSL | 182.61º | 0.95% | 0.67% | - |
| HSV(B) | 182.61º | 0.64% | 0.98% | - |
| XYZ | 53.98 | 73.84 | 102.67 | - |
| YUV | 198.75 | 157.48 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 244 | 251 | 0.64 | 0.03 | 0 | 0.02 | 182.61 | 0.95 | 0.67 |
| Hex | 5A | F4 | FB | 40 | 3 | 0 | 2 | B7 | 5F | 43 |
| Octal | 132 | 364 | 373 | 100 | 3 | 0 | 2 | 267 | 137 | 103 |
| Binary | 1011010 | 11110100 | 11111011 | 1000000 | 11 | 0 | 10 | 10110111 | 1011111 | 1000011 |
Color Harmonies of #5AF4FB
Complementary color
Monochromatic Colors of #5AF4FB
Black with #5AF4FB
Text Example
Text Example
White with #5AF4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF4FB; }
p { color: rgb(90,244,251); }
H1.HeaderClassName
{
color: #5AF4FB;
}
.AnyTagClassName
{
color: #5AF4FB;
}
</style>
background-color css
<style>
a { background-color: #5AF4FB; }
a { background-color: rgb(90,244,251); }
div.DivClassName
{
background-color: #5AF4FB;
}
.BgClassName
{
background-color: #5AF4FB;
}
</style>
border-color css
<style>
span { border-color: #5AF4FB; }
span { border-color: rgb(90,244,251); }
td.TdClassName
{
border-color: #5AF4FB;
}
.TagClassName
{
border-color: #5AF4FB;
}
</style>