Html Css Color HEX #56C4FE Maya Blue

📋 copy color: '#56C4FE'

red 86 ◦ green 196 ◦ blue 254

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

Shades of Maya Blue #56C4FE

Tints of Maya Blue #56C4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.57%

 BLUE value IS 254 (99.61% from 255) = 47.39%

R = 16.04%
G = 36.57%
B = 47.39%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#56C4FE (or 0x56C4FE) is known color: Maya Blue. HEX triplet: 56, C4 and FE. RGB value is (86,196,254). Sum of RGB (Red+Green+Blue) = 86+196+254=536 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.04% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #56C4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C4FE is #A93B01. Grayscale: #A9A9A9. Windows color (decimal): -11090690 or 16696406. OLE color: 16696406.

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

Color convert

RGB 86 196 254 -
CMYK 0.66 0.23 0 0.00
HSL 200.71º 0.99% 0.67% -
HSV(B) 200.71º 0.66% 1% -
XYZ 41.47 48.61 100.96 -
YUV 169.72 175.56 68.28 -
System Red Green Blue C M Y K H S L
Decimal 86 196 254 0.66 0.23 0 0.00 200.71 0.99 0.67
Hex 56 C4 FE 42 17 0 0 C9 63 43
Octal 126 304 376 102 27 0 0 311 143 103
Binary 1010110 11000100 11111110 1000010 10111 0 0 11001001 1100011 1000011

Color Harmonies of #56C4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C4FE

Black with #56C4FE

Text Example


Text Example

White with #56C4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,196,254); }

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

background-color css

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

 a { background-color: rgb(86,196,254); }

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

border-color css

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

 span { border-color: rgb(86,196,254); }

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