Html Css Color HEX #72C1EC Maya Blue

📋 copy color: '#72C1EC'

red 114 ◦ green 193 ◦ blue 236

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

Shades of Maya Blue #72C1EC

Tints of Maya Blue #72C1EC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.54%

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

R = 20.99%
G = 35.54%
B = 43.46%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#72C1EC (or 0x72C1EC) is known color: Maya Blue. HEX triplet: 72, C1 and EC. RGB value is (114,193,236). Sum of RGB (Red+Green+Blue) = 114+193+236=543 (71% of max value = 765). Red value is 114 (44.92% from 255 or 20.99% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #72C1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C1EC is #8D3E13. Grayscale: #AEAEAE. Windows color (decimal): -9256468 or 15516018. OLE color: 15516018.

HSL color Cylindrical-coordinate representation of color #72C1EC: hue angle of 201.15º 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 #72C1EC is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 193 236 -
CMYK 0.52 0.18 0 0.07
HSL 201.15º 0.76% 0.69% -
HSV(B) 201.15º 0.52% 0.93% -
XYZ 41.15 47.77 86.41 -
YUV 174.28 162.83 85 -
System Red Green Blue C M Y K H S L
Decimal 114 193 236 0.52 0.18 0 0.07 201.15 0.76 0.69
Hex 72 C1 EC 34 12 0 7 C9 4C 45
Octal 162 301 354 64 22 0 7 311 114 105
Binary 1110010 11000001 11101100 110100 10010 0 111 11001001 1001100 1000101

Color Harmonies of #72C1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C1EC

Black with #72C1EC

Text Example


Text Example

White with #72C1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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