Shades of Baby Blue #5AF1F3
Tints of Baby Blue #5AF1F3
RGB
CMYK
RGB Variations
Color information
#5AF1F3 (or 0x5AF1F3) is known color: Baby Blue. HEX triplet: 5A, F1 and F3. RGB value is (90,241,243). Sum of RGB (Red+Green+Blue) = 90+241+243=574 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.68% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #5AF1F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF1F3 is #A50E0C. Grayscale: #C3C3C3. Windows color (decimal): -10817037 or 15987034. OLE color: 15987034.
HSL color Cylindrical-coordinate representation of color #5AF1F3: hue angle of 180.78º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF1F3 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 243 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.05 |
| HSL | 180.78º | 0.86% | 0.65% | - |
| HSV(B) | 180.78º | 0.63% | 0.95% | - |
| XYZ | 51.85 | 71.56 | 95.87 | - |
| YUV | 196.08 | 154.47 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 243 | 0.63 | 0.01 | 0 | 0.05 | 180.78 | 0.86 | 0.65 |
| Hex | 5A | F1 | F3 | 3F | 1 | 0 | 5 | B5 | 56 | 41 |
| Octal | 132 | 361 | 363 | 77 | 1 | 0 | 5 | 265 | 126 | 101 |
| Binary | 1011010 | 11110001 | 11110011 | 111111 | 1 | 0 | 101 | 10110101 | 1010110 | 1000001 |
Color Harmonies of #5AF1F3
Complementary color
Monochromatic Colors of #5AF1F3
Black with #5AF1F3
Text Example
Text Example
White with #5AF1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF1F3; }
p { color: rgb(90,241,243); }
H1.HeaderClassName
{
color: #5AF1F3;
}
.AnyTagClassName
{
color: #5AF1F3;
}
</style>
background-color css
<style>
a { background-color: #5AF1F3; }
a { background-color: rgb(90,241,243); }
div.DivClassName
{
background-color: #5AF1F3;
}
.BgClassName
{
background-color: #5AF1F3;
}
</style>
border-color css
<style>
span { border-color: #5AF1F3; }
span { border-color: rgb(90,241,243); }
td.TdClassName
{
border-color: #5AF1F3;
}
.TagClassName
{
border-color: #5AF1F3;
}
</style>