Shades of Baby Blue #56EFF2
Tints of Baby Blue #56EFF2
RGB
CMYK
RGB Variations
Color information
#56EFF2 (or 0x56EFF2) is known color: Baby Blue. HEX triplet: 56, EF and F2. RGB value is (86,239,242). Sum of RGB (Red+Green+Blue) = 86+239+242=567 (75% of max value = 765). Red value is 86 (33.98% from 255 or 15.17% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #56EFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EFF2 is #A9100D. Grayscale: #C1C1C1. Windows color (decimal): -11079694 or 15920982. OLE color: 15920982.
HSL color Cylindrical-coordinate representation of color #56EFF2: hue angle of 181.15º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EFF2 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 239 | 242 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.05 |
| HSL | 181.15º | 0.86% | 0.64% | - |
| HSV(B) | 181.15º | 0.64% | 0.95% | - |
| XYZ | 50.73 | 70.12 | 94.87 | - |
| YUV | 193.6 | 155.31 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 239 | 242 | 0.64 | 0.01 | 0 | 0.05 | 181.15 | 0.86 | 0.64 |
| Hex | 56 | EF | F2 | 40 | 1 | 0 | 5 | B5 | 56 | 40 |
| Octal | 126 | 357 | 362 | 100 | 1 | 0 | 5 | 265 | 126 | 100 |
| Binary | 1010110 | 11101111 | 11110010 | 1000000 | 1 | 0 | 101 | 10110101 | 1010110 | 1000000 |
Color Harmonies of #56EFF2
Complementary color
Monochromatic Colors of #56EFF2
Black with #56EFF2
Text Example
Text Example
White with #56EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EFF2; }
p { color: rgb(86,239,242); }
H1.HeaderClassName
{
color: #56EFF2;
}
.AnyTagClassName
{
color: #56EFF2;
}
</style>
background-color css
<style>
a { background-color: #56EFF2; }
a { background-color: rgb(86,239,242); }
div.DivClassName
{
background-color: #56EFF2;
}
.BgClassName
{
background-color: #56EFF2;
}
</style>
border-color css
<style>
span { border-color: #56EFF2; }
span { border-color: rgb(86,239,242); }
td.TdClassName
{
border-color: #56EFF2;
}
.TagClassName
{
border-color: #56EFF2;
}
</style>