#72a1b9

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

Shades of Shakespeare #72A1B9

Tints of Shakespeare #72A1B9

Color information

#72A1B9 (or 0x72A1B9) is unknown color: approx Shakespeare. HEX triplet: 72, A1 and B9. RGB value is (114,161,185). Sum of RGB (Red+Green+Blue) = 114+161+185=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 185 - color contains mainly: blue. Hex color #72A1B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A1B9 is #8D5E46. Grayscale: #959595. Windows color (decimal): -9264711 or 12165490. OLE color: 12165490.

HSL color Cylindrical-coordinate representation of color #72A1B9: hue angle of 200.28º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72A1B9 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114161185-
CMYK0.380.1300.27
HSL200.28º33.65%58.63%-
HSV(B)200.28º38.38%72.55%-
XYZ28.4432.5750.69-
YUV149.68147.93102.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.78%
GREEN value IS 161 (63.28% from 255) = 35%
BLUE value IS 185 (72.66% from 255) = 40.22%
R=24.78%
G=35%
B=40.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141611850.380.1300.27200.2833.6558.63
Hex72A1B926D01Bc8223b
Octal16224127146150333104273
Binary11100101010000110111001100110110101101111001000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72a1b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,161,185); }

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

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

 a { background-color: rgb(114,161,185); }

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

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

 span { border-color: rgb(114,161,185); }

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