#72CEFF

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

Shades of Maya Blue #72CEFF

Tints of Maya Blue #72CEFF

Color information

#72CEFF (or 0x72CEFF) is unknown color: approx Maya Blue. HEX triplet: 72, CE and FF. RGB value is (114,206,255). Sum of RGB (Red+Green+Blue) = 114+206+255=575 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.83% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #72CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CEFF is #8D3100. Grayscale: #B7B7B7. Windows color (decimal): -9253121 or 16764530. OLE color: 16764530.

HSL color Cylindrical-coordinate representation of color #72CEFF: hue angle of 200.85º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72CEFF is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB114206255-
CMYK0.550.1900
HSL200.85º100%72.35%-
HSV(B)200.85º55.29%100%-
XYZ47.0654.94102.73-
YUV184.08168.0278.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.83%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 255 (100% from 255) = 44.35%
R=19.83%
G=35.83%
B=44.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142062550.550.1900200.8510072.35
Hex72CEFF371300c96448
Octal162316377672300311144110
Binary1110010110011101111111111011110011001100100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,206,255); }

 H1.HeaderClassName
 {
   color: #72CEFF;
 }
 .AnyTagClassName
 {
   color: #72CEFF;
 }
</style>
background-color css

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

 a { background-color: rgb(114,206,255); }

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

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

 span { border-color: rgb(114,206,255); }

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