#72B9F6

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

Shades of Maya Blue #72B9F6

Tints of Maya Blue #72B9F6

Color information

#72B9F6 (or 0x72B9F6) is unknown color: approx Maya Blue. HEX triplet: 72, B9 and F6. RGB value is (114,185,246). Sum of RGB (Red+Green+Blue) = 114+185+246=545 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.92% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #72B9F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72B9F6 is #8D4609. Grayscale: #AAAAAA. Windows color (decimal): -9258506 or 16169330. OLE color: 16169330.

HSL color Cylindrical-coordinate representation of color #72B9F6: hue angle of 207.73º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72B9F6 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB114185246-
CMYK0.540.2500.04
HSL207.73º88%70.59%-
HSV(B)207.73º53.66%96.47%-
XYZ40.9244.9393.7-
YUV170.72170.4887.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.92%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 246 (96.48% from 255) = 45.14%
R=20.92%
G=33.94%
B=45.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1141852460.540.2500.04207.738870.59
Hex72B9F6361904d05847
Octal162271366663104320130107
Binary111001010111001111101101101101100101001101000010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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