#72B6FF

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

Shades of Maya Blue #72B6FF

Tints of Maya Blue #72B6FF

Color information

#72B6FF (or 0x72B6FF) is unknown color: approx Maya Blue. HEX triplet: 72, B6 and FF. RGB value is (114,182,255). Sum of RGB (Red+Green+Blue) = 114+182+255=551 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.69% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #72B6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72B6FF is #8D4900. Grayscale: #A9A9A9. Windows color (decimal): -9259265 or 16758386. OLE color: 16758386.

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

Color convert

RGB114182255-
CMYK0.550.2900
HSL211.06º100%72.35%-
HSV(B)211.06º55.29%100%-
XYZ41.7244.25100.95-
YUV169.99175.9788.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.69%
GREEN value IS 182 (71.48% from 255) = 33.03%
BLUE value IS 255 (100% from 255) = 46.28%
R=20.69%
G=33.03%
B=46.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1141822550.550.2900211.0610072.35
Hex72B6FF371D00d36448
Octal162266377673500323144110
Binary1110010101101101111111111011111101001101001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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