#72B0CA

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

Shades of Seagull #72B0CA

Tints of Seagull #72B0CA

Color information

#72B0CA (or 0x72B0CA) is unknown color: approx Seagull. HEX triplet: 72, B0 and CA. RGB value is (114,176,202). Sum of RGB (Red+Green+Blue) = 114+176+202=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #72B0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B0CA is #8D4F35. Grayscale: #A0A0A0. Windows color (decimal): -9260854 or 13283442. OLE color: 13283442.

HSL color Cylindrical-coordinate representation of color #72B0CA: hue angle of 197.73º 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 #72B0CA is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114176202-
CMYK0.440.1300.21
HSL197.73º45.36%61.96%-
HSV(B)197.73º43.56%79.22%-
XYZ33.1338.8961.64-
YUV160.43151.4694.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.17%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=23.17%
G=35.77%
B=41.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141762020.440.1300.21197.7345.3661.96
Hex72B0CA2CD015c62d3e
Octal16226031254150253065576
Binary11100101011000011001010101100110101010111000110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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