Shades of Baby Blue #5AF1EE
Tints of Baby Blue #5AF1EE
RGB
CMYK
RGB Variations
Color information
#5AF1EE (or 0x5AF1EE) is known color: Baby Blue. HEX triplet: 5A, F1 and EE. RGB value is (90,241,238). Sum of RGB (Red+Green+Blue) = 90+241+238=569 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.82% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF1EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF1EE is #A50E11. Grayscale: #C3C3C3. Windows color (decimal): -10817042 or 15659354. OLE color: 15659354.
HSL color Cylindrical-coordinate representation of color #5AF1EE: hue angle of 178.81º degrees, saturation: 0.84, 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 #5AF1EE is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 238 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.05 |
| HSL | 178.81º | 0.84% | 0.65% | - |
| HSV(B) | 178.81º | 0.63% | 0.95% | - |
| XYZ | 51.1 | 71.26 | 91.95 | - |
| YUV | 195.51 | 151.97 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 238 | 0.63 | 0 | 0.01 | 0.05 | 178.81 | 0.84 | 0.65 |
| Hex | 5A | F1 | EE | 3F | 0 | 1 | 5 | B3 | 54 | 41 |
| Octal | 132 | 361 | 356 | 77 | 0 | 1 | 5 | 263 | 124 | 101 |
| Binary | 1011010 | 11110001 | 11101110 | 111111 | 0 | 1 | 101 | 10110011 | 1010100 | 1000001 |
Color Harmonies of #5AF1EE
Complementary color
Monochromatic Colors of #5AF1EE
Black with #5AF1EE
Text Example
Text Example
White with #5AF1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF1EE; }
p { color: rgb(90,241,238); }
H1.HeaderClassName
{
color: #5AF1EE;
}
.AnyTagClassName
{
color: #5AF1EE;
}
</style>
background-color css
<style>
a { background-color: #5AF1EE; }
a { background-color: rgb(90,241,238); }
div.DivClassName
{
background-color: #5AF1EE;
}
.BgClassName
{
background-color: #5AF1EE;
}
</style>
border-color css
<style>
span { border-color: #5AF1EE; }
span { border-color: rgb(90,241,238); }
td.TdClassName
{
border-color: #5AF1EE;
}
.TagClassName
{
border-color: #5AF1EE;
}
</style>