Shades of Maya Blue #56CBFE
Tints of Maya Blue #56CBFE
RGB
CMYK
RGB Variations
Color information
#56CBFE (or 0x56CBFE) is known color: Maya Blue. HEX triplet: 56, CB and FE. RGB value is (86,203,254). Sum of RGB (Red+Green+Blue) = 86+203+254=543 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.84% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #56CBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CBFE is #A93401. Grayscale: #ADADAD. Windows color (decimal): -11088898 or 16698198. OLE color: 16698198.
HSL color Cylindrical-coordinate representation of color #56CBFE: hue angle of 198.21º 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 #56CBFE is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 203 | 254 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.00 |
| HSL | 198.21º | 0.99% | 0.67% | - |
| HSV(B) | 198.21º | 0.66% | 1% | - |
| XYZ | 43.08 | 51.85 | 101.5 | - |
| YUV | 173.83 | 173.24 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 203 | 254 | 0.66 | 0.20 | 0 | 0.00 | 198.21 | 0.99 | 0.67 |
| Hex | 56 | CB | FE | 42 | 14 | 0 | 0 | C6 | 63 | 43 |
| Octal | 126 | 313 | 376 | 102 | 24 | 0 | 0 | 306 | 143 | 103 |
| Binary | 1010110 | 11001011 | 11111110 | 1000010 | 10100 | 0 | 0 | 11000110 | 1100011 | 1000011 |
Color Harmonies of #56CBFE
Complementary color
Monochromatic Colors of #56CBFE
Black with #56CBFE
Text Example
Text Example
White with #56CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CBFE; }
p { color: rgb(86,203,254); }
H1.HeaderClassName
{
color: #56CBFE;
}
.AnyTagClassName
{
color: #56CBFE;
}
</style>
background-color css
<style>
a { background-color: #56CBFE; }
a { background-color: rgb(86,203,254); }
div.DivClassName
{
background-color: #56CBFE;
}
.BgClassName
{
background-color: #56CBFE;
}
</style>
border-color css
<style>
span { border-color: #56CBFE; }
span { border-color: rgb(86,203,254); }
td.TdClassName
{
border-color: #56CBFE;
}
.TagClassName
{
border-color: #56CBFE;
}
</style>