Shades of Baby Blue #56FCFF
Tints of Baby Blue #56FCFF
RGB
CMYK
RGB Variations
Color information
#56FCFF (or 0x56FCFF) is known color: Baby Blue. HEX triplet: 56, FC and FF. RGB value is (86,252,255). Sum of RGB (Red+Green+Blue) = 86+252+255=593 (78% of max value = 765). Red value is 86 (33.98% from 255 or 14.50% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #56FCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56FCFF is #A90300. Grayscale: #CACACA. Windows color (decimal): -11076353 or 16776278. OLE color: 16776278.
HSL color Cylindrical-coordinate representation of color #56FCFF: hue angle of 181.07º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FCFF is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 252 | 255 | - |
| CMYK | 0.66 | 0.01 | 0 | 0 |
| HSL | 181.07º | 1% | 0.67% | - |
| HSV(B) | 181.07º | 0.66% | 1% | - |
| XYZ | 56.7 | 78.82 | 106.83 | - |
| YUV | 202.71 | 157.5 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 252 | 255 | 0.66 | 0.01 | 0 | 0 | 181.07 | 1 | 0.67 |
| Hex | 56 | FC | FF | 42 | 1 | 0 | 0 | B5 | 64 | 43 |
| Octal | 126 | 374 | 377 | 102 | 1 | 0 | 0 | 265 | 144 | 103 |
| Binary | 1010110 | 11111100 | 11111111 | 1000010 | 1 | 0 | 0 | 10110101 | 1100100 | 1000011 |
Color Harmonies of #56FCFF
Complementary color
Monochromatic Colors of #56FCFF
Black with #56FCFF
Text Example
Text Example
White with #56FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FCFF; }
p { color: rgb(86,252,255); }
H1.HeaderClassName
{
color: #56FCFF;
}
.AnyTagClassName
{
color: #56FCFF;
}
</style>
background-color css
<style>
a { background-color: #56FCFF; }
a { background-color: rgb(86,252,255); }
div.DivClassName
{
background-color: #56FCFF;
}
.BgClassName
{
background-color: #56FCFF;
}
</style>
border-color css
<style>
span { border-color: #56FCFF; }
span { border-color: rgb(86,252,255); }
td.TdClassName
{
border-color: #56FCFF;
}
.TagClassName
{
border-color: #56FCFF;
}
</style>