Shades of Baby Blue #5AEFFB
Tints of Baby Blue #5AEFFB
RGB
CMYK
RGB Variations
Color information
#5AEFFB (or 0x5AEFFB) is known color: Baby Blue. HEX triplet: 5A, EF and FB. RGB value is (90,239,251). Sum of RGB (Red+Green+Blue) = 90+239+251=580 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.52% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #5AEFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEFFB is #A51004. Grayscale: #C3C3C3. Windows color (decimal): -10817541 or 16510810. OLE color: 16510810.
HSL color Cylindrical-coordinate representation of color #5AEFFB: hue angle of 184.47º 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 #5AEFFB is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 239 | 251 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.02 |
| HSL | 184.47º | 0.95% | 0.67% | - |
| HSV(B) | 184.47º | 0.64% | 0.98% | - |
| XYZ | 52.5 | 70.87 | 102.18 | - |
| YUV | 195.82 | 159.14 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 239 | 251 | 0.64 | 0.05 | 0 | 0.02 | 184.47 | 0.95 | 0.67 |
| Hex | 5A | EF | FB | 40 | 5 | 0 | 2 | B8 | 5F | 43 |
| Octal | 132 | 357 | 373 | 100 | 5 | 0 | 2 | 270 | 137 | 103 |
| Binary | 1011010 | 11101111 | 11111011 | 1000000 | 101 | 0 | 10 | 10111000 | 1011111 | 1000011 |
Color Harmonies of #5AEFFB
Complementary color
Monochromatic Colors of #5AEFFB
Black with #5AEFFB
Text Example
Text Example
White with #5AEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEFFB; }
p { color: rgb(90,239,251); }
H1.HeaderClassName
{
color: #5AEFFB;
}
.AnyTagClassName
{
color: #5AEFFB;
}
</style>
background-color css
<style>
a { background-color: #5AEFFB; }
a { background-color: rgb(90,239,251); }
div.DivClassName
{
background-color: #5AEFFB;
}
.BgClassName
{
background-color: #5AEFFB;
}
</style>
border-color css
<style>
span { border-color: #5AEFFB; }
span { border-color: rgb(90,239,251); }
td.TdClassName
{
border-color: #5AEFFB;
}
.TagClassName
{
border-color: #5AEFFB;
}
</style>