#72BCF6

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

Shades of Maya Blue #72BCF6

Tints of Maya Blue #72BCF6

Color information

#72BCF6 (or 0x72BCF6) is unknown color: approx Maya Blue. HEX triplet: 72, BC and F6. RGB value is (114,188,246). Sum of RGB (Red+Green+Blue) = 114+188+246=548 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.80% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #72BCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BCF6 is #8D4309. Grayscale: #ACACAC. Windows color (decimal): -9257738 or 16170098. OLE color: 16170098.

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

Color convert

RGB114188246-
CMYK0.540.2400.04
HSL206.36º88%70.59%-
HSV(B)206.36º53.66%96.47%-
XYZ41.5646.293.92-
YUV172.49169.4886.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.80%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 246 (96.48% from 255) = 44.89%
R=20.80%
G=34.31%
B=44.89%

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
Decimal1141882460.540.2400.04206.368870.59
Hex72BCF6361804ce5847
Octal162274366663004316130107
Binary111001010111100111101101101101100001001100111010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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