#76BACD

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

Shades of Seagull #76BACD

Tints of Seagull #76BACD

Color information

#76BACD (or 0x76BACD) is unknown color: approx Seagull. HEX triplet: 76, BA and CD. RGB value is (118,186,205). Sum of RGB (Red+Green+Blue) = 118+186+205=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #76BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BACD is #894532. Grayscale: #A7A7A7. Windows color (decimal): -8996147 or 13482614. OLE color: 13482614.

HSL color Cylindrical-coordinate representation of color #76BACD: hue angle of 193.1º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76BACD is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118186205-
CMYK0.420.0900.20
HSL193.1º46.52%63.33%-
HSV(B)193.1º42.44%80.39%-
XYZ36.0543.3864.23-
YUV167.83148.9792.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.18%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=23.18%
G=36.54%
B=40.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181862050.420.0900.20193.146.5263.33
Hex76BACD2A9014c12f3f
Octal16627231552110243015777
Binary11101101011101011001101101010100101010011000001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76BACD; }

 p { color: rgb(118,186,205); }

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

<style>
 a { background-color: #76BACD; }

 a { background-color: rgb(118,186,205); }

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

<style>
 span { border-color: #76BACD; }

 span { border-color: rgb(118,186,205); }

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