Shades of Baby Blue #5AFBF5
Tints of Baby Blue #5AFBF5
RGB
CMYK
RGB Variations
Color information
#5AFBF5 (or 0x5AFBF5) is known color: Baby Blue. HEX triplet: 5A, FB and F5. RGB value is (90,251,245). Sum of RGB (Red+Green+Blue) = 90+251+245=586 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.36% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFBF5 is #A5040A. Grayscale: #CACACA. Windows color (decimal): -10814475 or 16120666. OLE color: 16120666.
HSL color Cylindrical-coordinate representation of color #5AFBF5: hue angle of 177.76º 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 #5AFBF5 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 245 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.02 |
| HSL | 177.76º | 0.95% | 0.67% | - |
| HSV(B) | 177.76º | 0.64% | 0.98% | - |
| XYZ | 55.2 | 77.76 | 98.49 | - |
| YUV | 202.18 | 152.16 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 245 | 0.64 | 0 | 0.02 | 0.02 | 177.76 | 0.95 | 0.67 |
| Hex | 5A | FB | F5 | 40 | 0 | 2 | 2 | B2 | 5F | 43 |
| Octal | 132 | 373 | 365 | 100 | 0 | 2 | 2 | 262 | 137 | 103 |
| Binary | 1011010 | 11111011 | 11110101 | 1000000 | 0 | 10 | 10 | 10110010 | 1011111 | 1000011 |
Color Harmonies of #5AFBF5
Complementary color
Monochromatic Colors of #5AFBF5
Black with #5AFBF5
Text Example
Text Example
White with #5AFBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFBF5; }
p { color: rgb(90,251,245); }
H1.HeaderClassName
{
color: #5AFBF5;
}
.AnyTagClassName
{
color: #5AFBF5;
}
</style>
background-color css
<style>
a { background-color: #5AFBF5; }
a { background-color: rgb(90,251,245); }
div.DivClassName
{
background-color: #5AFBF5;
}
.BgClassName
{
background-color: #5AFBF5;
}
</style>
border-color css
<style>
span { border-color: #5AFBF5; }
span { border-color: rgb(90,251,245); }
td.TdClassName
{
border-color: #5AFBF5;
}
.TagClassName
{
border-color: #5AFBF5;
}
</style>