#72B9F1

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

Shades of Maya Blue #72B9F1

Tints of Maya Blue #72B9F1

Color information

#72B9F1 (or 0x72B9F1) is unknown color: approx Maya Blue. HEX triplet: 72, B9 and F1. RGB value is (114,185,241). Sum of RGB (Red+Green+Blue) = 114+185+241=540 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.11% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #72B9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72B9F1 is #8D460E. Grayscale: #A9A9A9. Windows color (decimal): -9258511 or 15841650. OLE color: 15841650.

HSL color Cylindrical-coordinate representation of color #72B9F1: hue angle of 206.46º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72B9F1 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB114185241-
CMYK0.530.2300.05
HSL206.46º81.94%69.61%-
HSV(B)206.46º52.7%94.51%-
XYZ40.1744.6389.72-
YUV170.15167.9887.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.11%
GREEN value IS 185 (72.66% from 255) = 34.26%
BLUE value IS 241 (94.53% from 255) = 44.63%
R=21.11%
G=34.26%
B=44.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1141852410.530.2300.05206.4681.9469.61
Hex72B9F1351705ce5246
Octal162271361652705316122106
Binary111001010111001111100011101011011101011100111010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,185,241); }

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

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

 a { background-color: rgb(114,185,241); }

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

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

 span { border-color: rgb(114,185,241); }

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