#72D4FB

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

Shades of Maya Blue #72D4FB

Tints of Maya Blue #72D4FB

Color information

#72D4FB (or 0x72D4FB) is unknown color: approx Maya Blue. HEX triplet: 72, D4 and FB. RGB value is (114,212,251). Sum of RGB (Red+Green+Blue) = 114+212+251=577 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.76% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #72D4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D4FB is #8D2B04. Grayscale: #BABABA. Windows color (decimal): -9251589 or 16503922. OLE color: 16503922.

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

Color convert

RGB114212251-
CMYK0.550.1600.02
HSL197.08º94.48%71.57%-
HSV(B)197.08º54.58%98.43%-
XYZ47.957.6399.87-
YUV187.14164.0375.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.76%
GREEN value IS 212 (83.20% from 255) = 36.74%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=19.76%
G=36.74%
B=43.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142122510.550.1600.02197.0894.4871.57
Hex72D4FB371002c55e48
Octal162324373672002305136110
Binary11100101101010011111011110111100000101100010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,212,251); }

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

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

 a { background-color: rgb(114,212,251); }

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

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

 span { border-color: rgb(114,212,251); }

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