Html Css Color HEX #72C0EC Maya Blue

📋 copy color: '#72C0EC'

red 114 ◦ green 192 ◦ blue 236

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

Shades of Maya Blue #72C0EC

Tints of Maya Blue #72C0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 21.03%
G = 35.42%
B = 43.54%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#72C0EC (or 0x72C0EC) is known color: Maya Blue. HEX triplet: 72, C0 and EC. RGB value is (114,192,236). Sum of RGB (Red+Green+Blue) = 114+192+236=542 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.03% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #72C0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C0EC is #8D3F13. Grayscale: #ADADAD. Windows color (decimal): -9256724 or 15515762. OLE color: 15515762.

HSL color Cylindrical-coordinate representation of color #72C0EC: hue angle of 201.64º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72C0EC is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 192 236 -
CMYK 0.52 0.19 0 0.07
HSL 201.64º 0.76% 0.69% -
HSV(B) 201.64º 0.52% 0.93% -
XYZ 40.93 47.33 86.34 -
YUV 173.69 163.16 85.42 -
System Red Green Blue C M Y K H S L
Decimal 114 192 236 0.52 0.19 0 0.07 201.64 0.76 0.69
Hex 72 C0 EC 34 13 0 7 CA 4C 45
Octal 162 300 354 64 23 0 7 312 114 105
Binary 1110010 11000000 11101100 110100 10011 0 111 11001010 1001100 1000101

Color Harmonies of #72C0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C0EC

Black with #72C0EC

Text Example


Text Example

White with #72C0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,192,236); }

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

background-color css

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

 a { background-color: rgb(114,192,236); }

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

border-color css

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

 span { border-color: rgb(114,192,236); }

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