Html Css Color HEX #56C0FC Maya Blue

📋 copy color: '#56C0FC'

red 86 ◦ green 192 ◦ blue 252

#56C0FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #56C0FC

Tints of Maya Blue #56C0FC

RGB

 RED value IS 86 (33.98% from 255) = 16.23%

 GREEN value IS 192 (75.39% from 255) = 36.23%

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 16.23%
G = 36.23%
B = 47.55%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#56C0FC (or 0x56C0FC) is known color: Maya Blue. HEX triplet: 56, C0 and FC. RGB value is (86,192,252). Sum of RGB (Red+Green+Blue) = 86+192+252=530 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.23% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #56C0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C0FC is #A93F03. Grayscale: #A6A6A6. Windows color (decimal): -11091716 or 16564310. OLE color: 16564310.

HSL color Cylindrical-coordinate representation of color #56C0FC: hue angle of 201.69º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56C0FC is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 86 192 252 -
CMYK 0.66 0.24 0 0.01
HSL 201.69º 0.97% 0.66% -
HSV(B) 201.69º 0.66% 0.99% -
XYZ 40.26 46.71 98.99 -
YUV 167.15 175.88 70.12 -
System Red Green Blue C M Y K H S L
Decimal 86 192 252 0.66 0.24 0 0.01 201.69 0.97 0.66
Hex 56 C0 FC 42 18 0 1 CA 61 42
Octal 126 300 374 102 30 0 1 312 141 102
Binary 1010110 11000000 11111100 1000010 11000 0 1 11001010 1100001 1000010

Color Harmonies of #56C0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C0FC

Black with #56C0FC

Text Example


Text Example

White with #56C0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,192,252); }

 H1.HeaderClassName
 {
   color: #56C0FC;
 }
 .AnyTagClassName
 {
   color: #56C0FC;
 }
</style>

background-color css

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

 a { background-color: rgb(86,192,252); }

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

border-color css

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

 span { border-color: rgb(86,192,252); }

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