#72D2FD

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

Shades of Maya Blue #72D2FD

Tints of Maya Blue #72D2FD

Color information

#72D2FD (or 0x72D2FD) is unknown color: approx Maya Blue. HEX triplet: 72, D2 and FD. RGB value is (114,210,253). Sum of RGB (Red+Green+Blue) = 114+210+253=577 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.76% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #72D2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D2FD is #8D2D02. Grayscale: #B9B9B9. Windows color (decimal): -9252099 or 16634482. OLE color: 16634482.

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

Color convert

RGB114210253-
CMYK0.550.1700.01
HSL198.56º97.2%71.96%-
HSV(B)198.56º54.94%99.22%-
XYZ47.7256.76101.37-
YUV186.2165.776.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.76%
GREEN value IS 210 (82.42% from 255) = 36.40%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=19.76%
G=36.40%
B=43.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1142102530.550.1700.01198.5697.271.96
Hex72D2FD371101c76148
Octal162322375672101307141110
Binary1110010110100101111110111011110001011100011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,210,253); }

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

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

 a { background-color: rgb(114,210,253); }

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

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

 span { border-color: rgb(114,210,253); }

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