#72BACF

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

Shades of Seagull #72BACF

Tints of Seagull #72BACF

Color information

#72BACF (or 0x72BACF) is unknown color: approx Seagull. HEX triplet: 72, BA and CF. RGB value is (114,186,207). Sum of RGB (Red+Green+Blue) = 114+186+207=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #72BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BACF is #8D4530. Grayscale: #A6A6A6. Windows color (decimal): -9258289 or 13613682. OLE color: 13613682.

HSL color Cylindrical-coordinate representation of color #72BACF: hue angle of 193.55º degrees, saturation: 0.49, 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 #72BACF is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114186207-
CMYK0.450.1000.19
HSL193.55º49.21%62.94%-
HSV(B)193.55º44.93%81.18%-
XYZ35.7643.265.49-
YUV166.87150.6590.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.49%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=22.49%
G=36.69%
B=40.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141862070.450.1000.19193.5549.2162.94
Hex72BACF2DA013c2313f
Octal16227231755120233026177
Binary11100101011101011001111101101101001001111000010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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