#72BACA

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

Shades of Seagull #72BACA

Tints of Seagull #72BACA

Color information

#72BACA (or 0x72BACA) is unknown color: approx Seagull. HEX triplet: 72, BA and CA. RGB value is (114,186,202). Sum of RGB (Red+Green+Blue) = 114+186+202=502 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.71% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #72BACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BACA is #8D4535. Grayscale: #A6A6A6. Windows color (decimal): -9258294 or 13286002. OLE color: 13286002.

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

Color convert

RGB114186202-
CMYK0.440.0800.21
HSL190.91º45.36%61.96%-
HSV(B)190.91º43.56%79.22%-
XYZ35.1642.9662.32-
YUV166.3148.1590.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.71%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=22.71%
G=37.05%
B=40.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141862020.440.0800.21190.9145.3661.96
Hex72BACA2C8015bf2d3e
Octal16227231254100252775576
Binary11100101011101011001010101100100001010110111111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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