#72BBFF

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

Shades of Maya Blue #72BBFF

Tints of Maya Blue #72BBFF

Color information

#72BBFF (or 0x72BBFF) is unknown color: approx Maya Blue. HEX triplet: 72, BB and FF. RGB value is (114,187,255). Sum of RGB (Red+Green+Blue) = 114+187+255=556 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.50% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #72BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BBFF is #8D4400. Grayscale: #ACACAC. Windows color (decimal): -9257985 or 16759666. OLE color: 16759666.

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

Color convert

RGB114187255-
CMYK0.550.2700
HSL208.94º100%72.35%-
HSV(B)208.94º55.29%100%-
XYZ42.7646.34101.3-
YUV172.92174.3285.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.50%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 255 (100% from 255) = 45.86%
R=20.50%
G=33.63%
B=45.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1141872550.550.2700208.9410072.35
Hex72BBFF371B00d16448
Octal162273377673300321144110
Binary1110010101110111111111111011111011001101000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,187,255); }

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

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

 a { background-color: rgb(114,187,255); }

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

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

 span { border-color: rgb(114,187,255); }

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