Html Css Color HEX #56C8FE Maya Blue

📋 copy color: '#56C8FE'

red 86 ◦ green 200 ◦ blue 254

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

Shades of Maya Blue #56C8FE

Tints of Maya Blue #56C8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.04%

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

R = 15.93%
G = 37.04%
B = 47.04%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#56C8FE (or 0x56C8FE) is known color: Maya Blue. HEX triplet: 56, C8 and FE. RGB value is (86,200,254). Sum of RGB (Red+Green+Blue) = 86+200+254=540 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.93% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #56C8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C8FE is #A93701. Grayscale: #ABABAB. Windows color (decimal): -11089666 or 16697430. OLE color: 16697430.

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

Color convert

RGB 86 200 254 -
CMYK 0.66 0.21 0 0.00
HSL 199.29º 0.99% 0.67% -
HSV(B) 199.29º 0.66% 1% -
XYZ 42.38 50.44 101.27 -
YUV 172.07 174.23 66.61 -
System Red Green Blue C M Y K H S L
Decimal 86 200 254 0.66 0.21 0 0.00 199.29 0.99 0.67
Hex 56 C8 FE 42 15 0 0 C7 63 43
Octal 126 310 376 102 25 0 0 307 143 103
Binary 1010110 11001000 11111110 1000010 10101 0 0 11000111 1100011 1000011

Color Harmonies of #56C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C8FE

Black with #56C8FE

Text Example


Text Example

White with #56C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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