#72AFFF

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

Shades of Maya Blue #72AFFF

Tints of Maya Blue #72AFFF

Color information

#72AFFF (or 0x72AFFF) is unknown color: approx Maya Blue. HEX triplet: 72, AF and FF. RGB value is (114,175,255). Sum of RGB (Red+Green+Blue) = 114+175+255=544 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.96% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #72AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72AFFF is #8D5000. Grayscale: #A5A5A5. Windows color (decimal): -9261057 or 16756594. OLE color: 16756594.

HSL color Cylindrical-coordinate representation of color #72AFFF: hue angle of 214.04º 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 #72AFFF is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB114175255-
CMYK0.550.3100
HSL214.04º100%72.35%-
HSV(B)214.04º55.29%100%-
XYZ40.3241.46100.48-
YUV165.88178.2991-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.96%
GREEN value IS 175 (68.75% from 255) = 32.17%
BLUE value IS 255 (100% from 255) = 46.88%
R=20.96%
G=32.17%
B=46.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1141752550.550.3100214.0410072.35
Hex72AFFF371F00d66448
Octal162257377673700326144110
Binary1110010101011111111111111011111111001101011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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