Html Css Color HEX #56C2FB Maya Blue

📋 copy color: '#56C2FB'

red 86 ◦ green 194 ◦ blue 251

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

Shades of Maya Blue #56C2FB

Tints of Maya Blue #56C2FB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.53%

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

R = 16.2%
G = 36.53%
B = 47.27%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#56C2FB (or 0x56C2FB) is known color: Maya Blue. HEX triplet: 56, C2 and FB. RGB value is (86,194,251). Sum of RGB (Red+Green+Blue) = 86+194+251=531 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.20% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #56C2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C2FB is #A93D04. Grayscale: #A7A7A7. Windows color (decimal): -11091205 or 16499286. OLE color: 16499286.

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

Color convert

RGB 86 194 251 -
CMYK 0.66 0.23 0 0.02
HSL 200.73º 0.95% 0.66% -
HSV(B) 200.73º 0.66% 0.98% -
XYZ 40.54 47.53 98.3 -
YUV 168.21 174.72 69.37 -
System Red Green Blue C M Y K H S L
Decimal 86 194 251 0.66 0.23 0 0.02 200.73 0.95 0.66
Hex 56 C2 FB 42 17 0 2 C9 5F 42
Octal 126 302 373 102 27 0 2 311 137 102
Binary 1010110 11000010 11111011 1000010 10111 0 10 11001001 1011111 1000010

Color Harmonies of #56C2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C2FB

Black with #56C2FB

Text Example


Text Example

White with #56C2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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