#56CEFF

Color #56CEFF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #56CEFF

Tints of Maya Blue #56CEFF

Color information

#56CEFF (or 0x56CEFF) is unknown color: approx Maya Blue. HEX triplet: 56, CE and FF. RGB value is (86,206,255). Sum of RGB (Red+Green+Blue) = 86+206+255=547 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.72% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #56CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CEFF is #A93100. Grayscale: #AFAFAF. Windows color (decimal): -11088129 or 16764502. OLE color: 16764502.

HSL color Cylindrical-coordinate representation of color #56CEFF: hue angle of 197.4º 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 #56CEFF is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB86206255-
CMYK0.660.1900
HSL197.4º100%66.86%-
HSV(B)197.4º66.27%100%-
XYZ43.9653.34102.59-
YUV175.71172.7464.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 15.72%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 255 (100% from 255) = 46.62%
R=15.72%
G=37.66%
B=46.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal862062550.660.1900197.410066.86
Hex56CEFF421300c56443
Octal1263163771022300305144103
Binary10101101100111011111111100001010011001100010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56CEFF; }

 p { color: rgb(86,206,255); }

 H1.HeaderClassName
 {
   color: #56CEFF;
 }
 .AnyTagClassName
 {
   color: #56CEFF;
 }
</style>
background-color css

<style>
 a { background-color: #56CEFF; }

 a { background-color: rgb(86,206,255); }

 div.DivClassName
 {
   background-color: #56CEFF;
 }
 .BgClassName
 {
   background-color: #56CEFF;
 }
</style>
border-color css

<style>
 span { border-color: #56CEFF; }

 span { border-color: rgb(86,206,255); }

 td.TdClassName
 {
   border-color: #56CEFF;
 }
 .TagClassName
 {
   border-color: #56CEFF;
 }
</style>