#76ABCF

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

Shades of Seagull #76ABCF

Tints of Seagull #76ABCF

Color information

#76ABCF (or 0x76ABCF) is unknown color: approx Seagull. HEX triplet: 76, AB and CF. RGB value is (118,171,207). Sum of RGB (Red+Green+Blue) = 118+171+207=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #76ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABCF is #895430. Grayscale: #9F9F9F. Windows color (decimal): -8999985 or 13609846. OLE color: 13609846.

HSL color Cylindrical-coordinate representation of color #76ABCF: hue angle of 204.27º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76ABCF is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB118171207-
CMYK0.430.1700.19
HSL204.27º48.11%63.73%-
HSV(B)204.27º43%81.18%-
XYZ33.337.4864.51-
YUV159.26154.9498.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.79%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 207 (81.25% from 255) = 41.73%
R=23.79%
G=34.48%
B=41.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1181712070.430.1700.19204.2748.1163.73
Hex76ABCF2B11013cc3040
Octal166253317532102331460100
Binary1110110101010111100111110101110001010011110011001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,171,207); }

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

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

 a { background-color: rgb(118,171,207); }

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

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

 span { border-color: rgb(118,171,207); }

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