Shades of Baby Blue #56FAF0
Tints of Baby Blue #56FAF0
RGB
CMYK
RGB Variations
Color information
#56FAF0 (or 0x56FAF0) is known color: Baby Blue. HEX triplet: 56, FA and F0. RGB value is (86,250,240). Sum of RGB (Red+Green+Blue) = 86+250+240=576 (76% of max value = 765). Red value is 86 (33.98% from 255 or 14.93% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #56FAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56FAF0 is #A9050F. Grayscale: #C7C7C7. Windows color (decimal): -11076880 or 15792726. OLE color: 15792726.
HSL color Cylindrical-coordinate representation of color #56FAF0: hue angle of 176.34º degrees, saturation: 0.94, 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 #56FAF0 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 250 | 240 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.02 |
| HSL | 176.34º | 0.94% | 0.66% | - |
| HSV(B) | 176.34º | 0.66% | 0.98% | - |
| XYZ | 53.75 | 76.64 | 94.4 | - |
| YUV | 199.82 | 150.67 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 250 | 240 | 0.66 | 0 | 0.04 | 0.02 | 176.34 | 0.94 | 0.66 |
| Hex | 56 | FA | F0 | 42 | 0 | 4 | 2 | B0 | 5E | 42 |
| Octal | 126 | 372 | 360 | 102 | 0 | 4 | 2 | 260 | 136 | 102 |
| Binary | 1010110 | 11111010 | 11110000 | 1000010 | 0 | 100 | 10 | 10110000 | 1011110 | 1000010 |
Color Harmonies of #56FAF0
Complementary color
Monochromatic Colors of #56FAF0
Black with #56FAF0
Text Example
Text Example
White with #56FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FAF0; }
p { color: rgb(86,250,240); }
H1.HeaderClassName
{
color: #56FAF0;
}
.AnyTagClassName
{
color: #56FAF0;
}
</style>
background-color css
<style>
a { background-color: #56FAF0; }
a { background-color: rgb(86,250,240); }
div.DivClassName
{
background-color: #56FAF0;
}
.BgClassName
{
background-color: #56FAF0;
}
</style>
border-color css
<style>
span { border-color: #56FAF0; }
span { border-color: rgb(86,250,240); }
td.TdClassName
{
border-color: #56FAF0;
}
.TagClassName
{
border-color: #56FAF0;
}
</style>