Shades of Baby Blue #5AFFEF
Tints of Baby Blue #5AFFEF
RGB
CMYK
RGB Variations
Color information
#5AFFEF (or 0x5AFFEF) is known color: Baby Blue. HEX triplet: 5A, FF and EF. RGB value is (90,255,239). Sum of RGB (Red+Green+Blue) = 90+255+239=584 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.41% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFFEF is #A50010. Grayscale: #CBCBCB. Windows color (decimal): -10813457 or 15728474. OLE color: 15728474.
HSL color Cylindrical-coordinate representation of color #5AFFEF: hue angle of 174.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFFEF is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 239 | - |
| CMYK | 0.65 | 0 | 0.06 | 0 |
| HSL | 174.18º | 1% | 0.68% | - |
| HSV(B) | 174.18º | 0.65% | 1% | - |
| XYZ | 55.56 | 79.93 | 94.16 | - |
| YUV | 203.84 | 147.84 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 239 | 0.65 | 0 | 0.06 | 0 | 174.18 | 1 | 0.68 |
| Hex | 5A | FF | EF | 41 | 0 | 6 | 0 | AE | 64 | 44 |
| Octal | 132 | 377 | 357 | 101 | 0 | 6 | 0 | 256 | 144 | 104 |
| Binary | 1011010 | 11111111 | 11101111 | 1000001 | 0 | 110 | 0 | 10101110 | 1100100 | 1000100 |
Color Harmonies of #5AFFEF
Complementary color
Monochromatic Colors of #5AFFEF
Black with #5AFFEF
Text Example
Text Example
White with #5AFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFFEF; }
p { color: rgb(90,255,239); }
H1.HeaderClassName
{
color: #5AFFEF;
}
.AnyTagClassName
{
color: #5AFFEF;
}
</style>
background-color css
<style>
a { background-color: #5AFFEF; }
a { background-color: rgb(90,255,239); }
div.DivClassName
{
background-color: #5AFFEF;
}
.BgClassName
{
background-color: #5AFFEF;
}
</style>
border-color css
<style>
span { border-color: #5AFFEF; }
span { border-color: rgb(90,255,239); }
td.TdClassName
{
border-color: #5AFFEF;
}
.TagClassName
{
border-color: #5AFFEF;
}
</style>