Shades of Baby Blue #56FAFE
Tints of Baby Blue #56FAFE
RGB
CMYK
RGB Variations
Color information
#56FAFE (or 0x56FAFE) is known color: Baby Blue. HEX triplet: 56, FA and FE. RGB value is (86,250,254). Sum of RGB (Red+Green+Blue) = 86+250+254=590 (78% of max value = 765). Red value is 86 (33.98% from 255 or 14.58% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #56FAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56FAFE is #A90501. Grayscale: #C9C9C9. Windows color (decimal): -11076866 or 16710230. OLE color: 16710230.
HSL color Cylindrical-coordinate representation of color #56FAFE: hue angle of 181.43º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FAFE is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 250 | 254 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.00 |
| HSL | 181.43º | 0.99% | 0.67% | - |
| HSV(B) | 181.43º | 0.66% | 1% | - |
| XYZ | 55.91 | 77.51 | 105.78 | - |
| YUV | 201.42 | 157.67 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 250 | 254 | 0.66 | 0.02 | 0 | 0.00 | 181.43 | 0.99 | 0.67 |
| Hex | 56 | FA | FE | 42 | 2 | 0 | 0 | B5 | 63 | 43 |
| Octal | 126 | 372 | 376 | 102 | 2 | 0 | 0 | 265 | 143 | 103 |
| Binary | 1010110 | 11111010 | 11111110 | 1000010 | 10 | 0 | 0 | 10110101 | 1100011 | 1000011 |
Color Harmonies of #56FAFE
Complementary color
Monochromatic Colors of #56FAFE
Black with #56FAFE
Text Example
Text Example
White with #56FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FAFE; }
p { color: rgb(86,250,254); }
H1.HeaderClassName
{
color: #56FAFE;
}
.AnyTagClassName
{
color: #56FAFE;
}
</style>
background-color css
<style>
a { background-color: #56FAFE; }
a { background-color: rgb(86,250,254); }
div.DivClassName
{
background-color: #56FAFE;
}
.BgClassName
{
background-color: #56FAFE;
}
</style>
border-color css
<style>
span { border-color: #56FAFE; }
span { border-color: rgb(86,250,254); }
td.TdClassName
{
border-color: #56FAFE;
}
.TagClassName
{
border-color: #56FAFE;
}
</style>