#72A6CA

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

Shades of Seagull #72A6CA

Tints of Seagull #72A6CA

Color information

#72A6CA (or 0x72A6CA) is unknown color: approx Seagull. HEX triplet: 72, A6 and CA. RGB value is (114,166,202). Sum of RGB (Red+Green+Blue) = 114+166+202=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #72A6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A6CA is #8D5935. Grayscale: #9A9A9A. Windows color (decimal): -9263414 or 13280882. OLE color: 13280882.

HSL color Cylindrical-coordinate representation of color #72A6CA: hue angle of 204.55º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72A6CA is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114166202-
CMYK0.440.1800.21
HSL204.55º45.36%61.96%-
HSV(B)204.55º43.56%79.22%-
XYZ31.2435.1161.01-
YUV154.56154.7799.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.65%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=23.65%
G=34.44%
B=41.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141662020.440.1800.21204.5545.3661.96
Hex72A6CA2C12015cd2d3e
Octal16224631254220253155576
Binary111001010100110110010101011001001001010111001101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,166,202); }

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

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

 a { background-color: rgb(114,166,202); }

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

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

 span { border-color: rgb(114,166,202); }

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