#72BEFC

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

Shades of Maya Blue #72BEFC

Tints of Maya Blue #72BEFC

Color information

#72BEFC (or 0x72BEFC) is unknown color: approx Maya Blue. HEX triplet: 72, BE and FC. RGB value is (114,190,252). Sum of RGB (Red+Green+Blue) = 114+190+252=556 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.50% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #72BEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BEFC is #8D4103. Grayscale: #AEAEAE. Windows color (decimal): -9257220 or 16563826. OLE color: 16563826.

HSL color Cylindrical-coordinate representation of color #72BEFC: hue angle of 206.96º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72BEFC is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB114190252-
CMYK0.550.2500.01
HSL206.96º95.83%71.76%-
HSV(B)206.96º54.76%98.82%-
XYZ42.9247.4398.99-
YUV174.34171.8284.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.50%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 252 (98.83% from 255) = 45.32%
R=20.50%
G=34.17%
B=45.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1141902520.550.2500.01206.9695.8371.76
Hex72BEFC371901cf6048
Octal162276374673101317140110
Binary1110010101111101111110011011111001011100111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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