Html Css Color HEX #72C0EB Maya Blue

📋 copy color: '#72C0EB'

red 114 ◦ green 192 ◦ blue 235

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

Shades of Maya Blue #72C0EB

Tints of Maya Blue #72C0EB

RGB

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

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

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

R = 21.07%
G = 35.49%
B = 43.44%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#72C0EB (or 0x72C0EB) is known color: Maya Blue. HEX triplet: 72, C0 and EB. RGB value is (114,192,235). Sum of RGB (Red+Green+Blue) = 114+192+235=541 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.07% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #72C0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C0EB is #8D3F14. Grayscale: #ADADAD. Windows color (decimal): -9256725 or 15450226. OLE color: 15450226.

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

Color convert

RGB 114 192 235 -
CMYK 0.51 0.18 0 0.08
HSL 201.32º 0.75% 0.68% -
HSV(B) 201.32º 0.51% 0.92% -
XYZ 40.78 47.27 85.57 -
YUV 173.58 162.66 85.5 -
System Red Green Blue C M Y K H S L
Decimal 114 192 235 0.51 0.18 0 0.08 201.32 0.75 0.68
Hex 72 C0 EB 33 12 0 8 C9 4B 44
Octal 162 300 353 63 22 0 10 311 113 104
Binary 1110010 11000000 11101011 110011 10010 0 1000 11001001 1001011 1000100

Color Harmonies of #72C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C0EB

Black with #72C0EB

Text Example


Text Example

White with #72C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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