#72BEF8

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

Shades of Maya Blue #72BEF8

Tints of Maya Blue #72BEF8

Color information

#72BEF8 (or 0x72BEF8) is unknown color: approx Maya Blue. HEX triplet: 72, BE and F8. RGB value is (114,190,248). Sum of RGB (Red+Green+Blue) = 114+190+248=552 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.65% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #72BEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BEF8 is #8D4107. Grayscale: #ADADAD. Windows color (decimal): -9257224 or 16301682. OLE color: 16301682.

HSL color Cylindrical-coordinate representation of color #72BEF8: hue angle of 205.97º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72BEF8 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB114190248-
CMYK0.540.2300.03
HSL205.97º90.54%70.98%-
HSV(B)205.97º54.03%97.25%-
XYZ42.347.1895.68-
YUV173.89169.8285.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.65%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 248 (97.27% from 255) = 44.93%
R=20.65%
G=34.42%
B=44.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1141902480.540.2300.03205.9790.5470.98
Hex72BEF8361703ce5b47
Octal162276370662703316133107
Binary11100101011111011111000110110101110111100111010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,190,248); }

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

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

 a { background-color: rgb(114,190,248); }

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

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

 span { border-color: rgb(114,190,248); }

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