#72C0EB

Color #72C0EB Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #72C0EB

Tints of Maya Blue #72C0EB

Color information

#72C0EB (or 0x72C0EB) is unknown color: approx 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

RGB114192235-
CMYK0.510.1800.08
HSL201.32º75.16%68.43%-
HSV(B)201.32º51.49%92.16%-
XYZ40.7847.2785.57-
YUV173.58162.6685.5-

RGB Variations

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

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 (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141922350.510.1800.08201.3275.1668.43
Hex72C0EB331208c94b44
Octal1623003536322010311113104
Binary1110010110000001110101111001110010010001100100110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>