#76A8CB

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

Shades of Seagull #76A8CB

Tints of Seagull #76A8CB

Color information

#76A8CB (or 0x76A8CB) is unknown color: approx Seagull. HEX triplet: 76, A8 and CB. RGB value is (118,168,203). Sum of RGB (Red+Green+Blue) = 118+168+203=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #76A8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8CB is #895734. Grayscale: #9C9C9C. Windows color (decimal): -9000757 or 13346934. OLE color: 13346934.

HSL color Cylindrical-coordinate representation of color #76A8CB: hue angle of 204.71º degrees, saturation: 0.45, 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 #76A8CB is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118168203-
CMYK0.420.1700.20
HSL204.71º44.97%62.94%-
HSV(B)204.71º41.87%79.61%-
XYZ32.2536.1761.78-
YUV157.04153.94100.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.13%
GREEN value IS 168 (66.02% from 255) = 34.36%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=24.13%
G=34.36%
B=41.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181682030.420.1700.20204.7144.9762.94
Hex76A8CB2A11014cd2d3f
Octal16625031352210243155577
Binary111011010101000110010111010101000101010011001101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,168,203); }

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

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

 a { background-color: rgb(118,168,203); }

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

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

 span { border-color: rgb(118,168,203); }

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