#72B8F1

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

Shades of Maya Blue #72B8F1

Tints of Maya Blue #72B8F1

Color information

#72B8F1 (or 0x72B8F1) is unknown color: approx Maya Blue. HEX triplet: 72, B8 and F1. RGB value is (114,184,241). Sum of RGB (Red+Green+Blue) = 114+184+241=539 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.15% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #72B8F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72B8F1 is #8D470E. Grayscale: #A9A9A9. Windows color (decimal): -9258767 or 15841394. OLE color: 15841394.

HSL color Cylindrical-coordinate representation of color #72B8F1: hue angle of 206.93º 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 #72B8F1 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB114184241-
CMYK0.530.2400.05
HSL206.93º81.94%69.61%-
HSV(B)206.93º52.7%94.51%-
XYZ39.9644.2189.65-
YUV169.57168.3188.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.15%
GREEN value IS 184 (72.27% from 255) = 34.14%
BLUE value IS 241 (94.53% from 255) = 44.71%
R=21.15%
G=34.14%
B=44.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1141842410.530.2400.05206.9381.9469.61
Hex72B8F1351805cf5246
Octal162270361653005317122106
Binary111001010111000111100011101011100001011100111110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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