Html Css Color HEX #56C0FB Maya Blue

📋 copy color: '#56C0FB'

red 86 ◦ green 192 ◦ blue 251

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

Shades of Maya Blue #56C0FB

Tints of Maya Blue #56C0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.45%

R = 16.26%
G = 36.29%
B = 47.45%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#56C0FB (or 0x56C0FB) is known color: Maya Blue. HEX triplet: 56, C0 and FB. RGB value is (86,192,251). Sum of RGB (Red+Green+Blue) = 86+192+251=529 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.26% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #56C0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C0FB is #A93F04. Grayscale: #A6A6A6. Windows color (decimal): -11091717 or 16498774. OLE color: 16498774.

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

Color convert

RGB 86 192 251 -
CMYK 0.66 0.24 0 0.02
HSL 201.45º 0.95% 0.66% -
HSV(B) 201.45º 0.66% 0.98% -
XYZ 40.1 46.64 98.16 -
YUV 167.03 175.38 70.2 -
System Red Green Blue C M Y K H S L
Decimal 86 192 251 0.66 0.24 0 0.02 201.45 0.95 0.66
Hex 56 C0 FB 42 18 0 2 C9 5F 42
Octal 126 300 373 102 30 0 2 311 137 102
Binary 1010110 11000000 11111011 1000010 11000 0 10 11001001 1011111 1000010

Color Harmonies of #56C0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C0FB

Black with #56C0FB

Text Example


Text Example

White with #56C0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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