#72BACC

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

Shades of Seagull #72BACC

Tints of Seagull #72BACC

Color information

#72BACC (or 0x72BACC) is unknown color: approx Seagull. HEX triplet: 72, BA and CC. RGB value is (114,186,204). Sum of RGB (Red+Green+Blue) = 114+186+204=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #72BACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BACC is #8D4533. Grayscale: #A6A6A6. Windows color (decimal): -9258292 or 13417074. OLE color: 13417074.

HSL color Cylindrical-coordinate representation of color #72BACC: hue angle of 192º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72BACC is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB114186204-
CMYK0.440.0900.2
HSL192º46.88%62.35%-
HSV(B)192º44.12%80%-
XYZ35.443.0563.57-
YUV166.52149.1590.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.62%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=22.62%
G=36.90%
B=40.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1141862040.440.0900.219246.8862.35
Hex72BACC2C9014c02f3e
Octal16227231454110243005776
Binary11100101011101011001100101100100101010011000000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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