Html Css Color HEX #72C2EB Maya Blue

📋 copy color: '#72C2EB'

red 114 ◦ green 194 ◦ blue 235

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

Shades of Maya Blue #72C2EB

Tints of Maya Blue #72C2EB

RGB

 RED value IS 114 (44.92% from 255) = 20.99%

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

 BLUE value IS 235 (92.19% from 255) = 43.28%

R = 20.99%
G = 35.73%
B = 43.28%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#72C2EB (or 0x72C2EB) is known color: Maya Blue. HEX triplet: 72, C2 and EB. RGB value is (114,194,235). Sum of RGB (Red+Green+Blue) = 114+194+235=543 (71% of max value = 765). Red value is 114 (44.92% from 255 or 20.99% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #72C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C2EB is #8D3D14. Grayscale: #AEAEAE. Windows color (decimal): -9256213 or 15450738. OLE color: 15450738.

HSL color Cylindrical-coordinate representation of color #72C2EB: hue angle of 200.33º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72C2EB is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 194 235 -
CMYK 0.51 0.17 0 0.08
HSL 200.33º 0.75% 0.68% -
HSV(B) 200.33º 0.51% 0.92% -
XYZ 41.23 48.16 85.72 -
YUV 174.75 162 84.67 -
System Red Green Blue C M Y K H S L
Decimal 114 194 235 0.51 0.17 0 0.08 200.33 0.75 0.68
Hex 72 C2 EB 33 11 0 8 C8 4B 44
Octal 162 302 353 63 21 0 10 310 113 104
Binary 1110010 11000010 11101011 110011 10001 0 1000 11001000 1001011 1000100

Color Harmonies of #72C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C2EB

Black with #72C2EB

Text Example


Text Example

White with #72C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72C2EB; }

 p { color: rgb(114,194,235); }

 H1.HeaderClassName
 {
   color: #72C2EB;
 }
 .AnyTagClassName
 {
   color: #72C2EB;
 }
</style>

background-color css

<style>
 a { background-color: #72C2EB; }

 a { background-color: rgb(114,194,235); }

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

border-color css

<style>
 span { border-color: #72C2EB; }

 span { border-color: rgb(114,194,235); }

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