Shades of Baby Blue #56F2FF
Tints of Baby Blue #56F2FF
RGB
CMYK
RGB Variations
Color information
#56F2FF (or 0x56F2FF) is known color: Baby Blue. HEX triplet: 56, F2 and FF. RGB value is (86,242,255). Sum of RGB (Red+Green+Blue) = 86+242+255=583 (77% of max value = 765). Red value is 86 (33.98% from 255 or 14.75% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #56F2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56F2FF is #A90D00. Grayscale: #C4C4C4. Windows color (decimal): -11078913 or 16773718. OLE color: 16773718.
HSL color Cylindrical-coordinate representation of color #56F2FF: hue angle of 184.62º 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 #56F2FF is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 242 | 255 | - |
| CMYK | 0.66 | 0.05 | 0 | 0 |
| HSL | 184.62º | 1% | 0.67% | - |
| HSV(B) | 184.62º | 0.66% | 1% | - |
| XYZ | 53.64 | 72.7 | 105.81 | - |
| YUV | 196.84 | 160.82 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 242 | 255 | 0.66 | 0.05 | 0 | 0 | 184.62 | 1 | 0.67 |
| Hex | 56 | F2 | FF | 42 | 5 | 0 | 0 | B9 | 64 | 43 |
| Octal | 126 | 362 | 377 | 102 | 5 | 0 | 0 | 271 | 144 | 103 |
| Binary | 1010110 | 11110010 | 11111111 | 1000010 | 101 | 0 | 0 | 10111001 | 1100100 | 1000011 |
Color Harmonies of #56F2FF
Complementary color
Monochromatic Colors of #56F2FF
Black with #56F2FF
Text Example
Text Example
White with #56F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F2FF; }
p { color: rgb(86,242,255); }
H1.HeaderClassName
{
color: #56F2FF;
}
.AnyTagClassName
{
color: #56F2FF;
}
</style>
background-color css
<style>
a { background-color: #56F2FF; }
a { background-color: rgb(86,242,255); }
div.DivClassName
{
background-color: #56F2FF;
}
.BgClassName
{
background-color: #56F2FF;
}
</style>
border-color css
<style>
span { border-color: #56F2FF; }
span { border-color: rgb(86,242,255); }
td.TdClassName
{
border-color: #56F2FF;
}
.TagClassName
{
border-color: #56F2FF;
}
</style>