#72BAF6

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

Shades of Maya Blue #72BAF6

Tints of Maya Blue #72BAF6

Color information

#72BAF6 (or 0x72BAF6) is unknown color: approx Maya Blue. HEX triplet: 72, BA and F6. RGB value is (114,186,246). Sum of RGB (Red+Green+Blue) = 114+186+246=546 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.88% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #72BAF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BAF6 is #8D4509. Grayscale: #ABABAB. Windows color (decimal): -9258250 or 16169586. OLE color: 16169586.

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

Color convert

RGB114186246-
CMYK0.540.2400.04
HSL207.27º88%70.59%-
HSV(B)207.27º53.66%96.47%-
XYZ41.1345.3593.77-
YUV171.31170.1587.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.88%
GREEN value IS 186 (73.05% from 255) = 34.07%
BLUE value IS 246 (96.48% from 255) = 45.05%
R=20.88%
G=34.07%
B=45.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1141862460.540.2400.04207.278870.59
Hex72BAF6361804cf5847
Octal162272366663004317130107
Binary111001010111010111101101101101100001001100111110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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