#72AACB

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

Shades of Seagull #72AACB

Tints of Seagull #72AACB

Color information

#72AACB (or 0x72AACB) is unknown color: approx Seagull. HEX triplet: 72, AA and CB. RGB value is (114,170,203). Sum of RGB (Red+Green+Blue) = 114+170+203=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #72AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AACB is #8D5534. Grayscale: #9C9C9C. Windows color (decimal): -9262389 or 13347442. OLE color: 13347442.

HSL color Cylindrical-coordinate representation of color #72AACB: hue angle of 202.25º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72AACB is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114170203-
CMYK0.440.1600.20
HSL202.25º46.11%62.16%-
HSV(B)202.25º43.84%79.61%-
XYZ32.0936.6461.88-
YUV157.02153.9597.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.41%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=23.41%
G=34.91%
B=41.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141702030.440.1600.20202.2546.1162.16
Hex72AACB2C10014ca2e3e
Octal16225231354200243125676
Binary111001010101010110010111011001000001010011001010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,170,203); }

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

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

 a { background-color: rgb(114,170,203); }

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

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

 span { border-color: rgb(114,170,203); }

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