#72AACE

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

Shades of Seagull #72AACE

Tints of Seagull #72AACE

Color information

#72AACE (or 0x72AACE) is unknown color: approx Seagull. HEX triplet: 72, AA and CE. RGB value is (114,170,206). Sum of RGB (Red+Green+Blue) = 114+170+206=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #72AACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AACE is #8D5531. Grayscale: #9D9D9D. Windows color (decimal): -9262386 or 13544050. OLE color: 13544050.

HSL color Cylindrical-coordinate representation of color #72AACE: hue angle of 203.48º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72AACE is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114170206-
CMYK0.450.1700.19
HSL203.48º48.42%62.75%-
HSV(B)203.48º44.66%80.78%-
XYZ32.4536.7863.78-
YUV157.36155.4597.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.27%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 206 (80.86% from 255) = 42.04%
R=23.27%
G=34.69%
B=42.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141702060.450.1700.19203.4848.4262.75
Hex72AACE2D11013cb303f
Octal16225231655210233136077
Binary111001010101010110011101011011000101001111001011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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