Html Css Color HEX #56B3FE Maya Blue

📋 copy color: '#56B3FE'

red 86 ◦ green 179 ◦ blue 254

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

Shades of Maya Blue #56B3FE

Tints of Maya Blue #56B3FE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.49%

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

R = 16.57%
G = 34.49%
B = 48.94%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#56B3FE (or 0x56B3FE) is known color: Maya Blue. HEX triplet: 56, B3 and FE. RGB value is (86,179,254). Sum of RGB (Red+Green+Blue) = 86+179+254=519 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.57% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #56B3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56B3FE is #A94C01. Grayscale: #9F9F9F. Windows color (decimal): -11095042 or 16692054. OLE color: 16692054.

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

Color convert

RGB 86 179 254 -
CMYK 0.66 0.30 0 0.00
HSL 206.79º 0.99% 0.67% -
HSV(B) 206.79º 0.66% 1% -
XYZ 37.85 41.37 99.76 -
YUV 159.74 181.19 75.4 -
System Red Green Blue C M Y K H S L
Decimal 86 179 254 0.66 0.30 0 0.00 206.79 0.99 0.67
Hex 56 B3 FE 42 1E 0 0 CF 63 43
Octal 126 263 376 102 36 0 0 317 143 103
Binary 1010110 10110011 11111110 1000010 11110 0 0 11001111 1100011 1000011

Color Harmonies of #56B3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B3FE

Black with #56B3FE

Text Example


Text Example

White with #56B3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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