Html Css Color HEX #56CAFA Maya Blue

📋 copy color: '#56CAFA'

red 86 ◦ green 202 ◦ blue 250

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

Shades of Maya Blue #56CAFA

Tints of Maya Blue #56CAFA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.55%

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 15.99%
G = 37.55%
B = 46.47%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#56CAFA (or 0x56CAFA) is known color: Maya Blue. HEX triplet: 56, CA and FA. RGB value is (86,202,250). Sum of RGB (Red+Green+Blue) = 86+202+250=538 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.99% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #56CAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CAFA is #A93505. Grayscale: #ACACAC. Windows color (decimal): -11089158 or 16435798. OLE color: 16435798.

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

Color convert

RGB 86 202 250 -
CMYK 0.66 0.19 0 0.02
HSL 197.56º 0.94% 0.66% -
HSV(B) 197.56º 0.66% 0.98% -
XYZ 42.21 51.12 98.09 -
YUV 172.79 171.57 66.1 -
System Red Green Blue C M Y K H S L
Decimal 86 202 250 0.66 0.19 0 0.02 197.56 0.94 0.66
Hex 56 CA FA 42 13 0 2 C6 5E 42
Octal 126 312 372 102 23 0 2 306 136 102
Binary 1010110 11001010 11111010 1000010 10011 0 10 11000110 1011110 1000010

Color Harmonies of #56CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CAFA

Black with #56CAFA

Text Example


Text Example

White with #56CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,202,250); }

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

background-color css

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

 a { background-color: rgb(86,202,250); }

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

border-color css

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

 span { border-color: rgb(86,202,250); }

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