#72ADFB

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

Shades of Maya Blue #72ADFB

Tints of Maya Blue #72ADFB

Color information

#72ADFB (or 0x72ADFB) is unknown color: approx Maya Blue. HEX triplet: 72, AD and FB. RGB value is (114,173,251). Sum of RGB (Red+Green+Blue) = 114+173+251=538 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.19% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #72ADFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72ADFB is #8D5204. Grayscale: #A3A3A3. Windows color (decimal): -9261573 or 16493938. OLE color: 16493938.

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

Color convert

RGB114173251-
CMYK0.550.3100.02
HSL214.16º94.48%71.57%-
HSV(B)214.16º54.58%98.43%-
XYZ39.340.4397-
YUV164.25176.9592.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.19%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 251 (98.44% from 255) = 46.65%
R=21.19%
G=32.16%
B=46.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1141732510.550.3100.02214.1694.4871.57
Hex72ADFB371F02d65e48
Octal162255373673702326136110
Binary11100101010110111111011110111111110101101011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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