Shades of Baby Blue #56FBED
Tints of Baby Blue #56FBED
RGB
CMYK
RGB Variations
Color information
#56FBED (or 0x56FBED) is known color: Baby Blue. HEX triplet: 56, FB and ED. RGB value is (86,251,237). Sum of RGB (Red+Green+Blue) = 86+251+237=574 (76% of max value = 765). Red value is 86 (33.98% from 255 or 14.98% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #56FBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56FBED is #A90412. Grayscale: #C7C7C7. Windows color (decimal): -11076627 or 15596374. OLE color: 15596374.
HSL color Cylindrical-coordinate representation of color #56FBED: hue angle of 174.91º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FBED is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 251 | 237 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.02 |
| HSL | 174.91º | 0.95% | 0.66% | - |
| HSV(B) | 174.91º | 0.66% | 0.98% | - |
| XYZ | 53.62 | 77.09 | 92.17 | - |
| YUV | 200.07 | 148.84 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 251 | 237 | 0.66 | 0 | 0.06 | 0.02 | 174.91 | 0.95 | 0.66 |
| Hex | 56 | FB | ED | 42 | 0 | 6 | 2 | AF | 5F | 42 |
| Octal | 126 | 373 | 355 | 102 | 0 | 6 | 2 | 257 | 137 | 102 |
| Binary | 1010110 | 11111011 | 11101101 | 1000010 | 0 | 110 | 10 | 10101111 | 1011111 | 1000010 |
Color Harmonies of #56FBED
Complementary color
Monochromatic Colors of #56FBED
Black with #56FBED
Text Example
Text Example
White with #56FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FBED; }
p { color: rgb(86,251,237); }
H1.HeaderClassName
{
color: #56FBED;
}
.AnyTagClassName
{
color: #56FBED;
}
</style>
background-color css
<style>
a { background-color: #56FBED; }
a { background-color: rgb(86,251,237); }
div.DivClassName
{
background-color: #56FBED;
}
.BgClassName
{
background-color: #56FBED;
}
</style>
border-color css
<style>
span { border-color: #56FBED; }
span { border-color: rgb(86,251,237); }
td.TdClassName
{
border-color: #56FBED;
}
.TagClassName
{
border-color: #56FBED;
}
</style>