#72D2FF

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

Shades of Maya Blue #72D2FF

Tints of Maya Blue #72D2FF

Color information

#72D2FF (or 0x72D2FF) is unknown color: approx Maya Blue. HEX triplet: 72, D2 and FF. RGB value is (114,210,255). Sum of RGB (Red+Green+Blue) = 114+210+255=579 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.69% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #72D2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D2FF is #8D2D00. Grayscale: #BABABA. Windows color (decimal): -9252097 or 16765554. OLE color: 16765554.

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

Color convert

RGB114210255-
CMYK0.550.1800
HSL199.15º100%72.35%-
HSV(B)199.15º55.29%100%-
XYZ48.0456.89103.06-
YUV186.43166.776.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.69%
GREEN value IS 210 (82.42% from 255) = 36.27%
BLUE value IS 255 (100% from 255) = 44.04%
R=19.69%
G=36.27%
B=44.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142102550.550.1800199.1510072.35
Hex72D2FF371200c76448
Octal162322377672200307144110
Binary1110010110100101111111111011110010001100011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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