#72BCFE

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

Shades of Maya Blue #72BCFE

Tints of Maya Blue #72BCFE

Color information

#72BCFE (or 0x72BCFE) is unknown color: approx Maya Blue. HEX triplet: 72, BC and FE. RGB value is (114,188,254). Sum of RGB (Red+Green+Blue) = 114+188+254=556 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.50% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #72BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BCFE is #8D4301. Grayscale: #ADADAD. Windows color (decimal): -9257730 or 16694386. OLE color: 16694386.

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

Color convert

RGB114188254-
CMYK0.550.2600.00
HSL208.29º98.59%72.16%-
HSV(B)208.29º55.12%99.61%-
XYZ42.8146.7100.52-
YUV173.4173.4885.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.50%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=20.50%
G=33.81%
B=45.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1141882540.550.2600.00208.2998.5972.16
Hex72BCFE371A00d06348
Octal162274376673200320143110
Binary1110010101111001111111011011111010001101000011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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