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