#76B1CE

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

Shades of Seagull #76B1CE

Tints of Seagull #76B1CE

Color information

#76B1CE (or 0x76B1CE) is unknown color: approx Seagull. HEX triplet: 76, B1 and CE. RGB value is (118,177,206). Sum of RGB (Red+Green+Blue) = 118+177+206=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #76B1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B1CE is #894E31. Grayscale: #A2A2A2. Windows color (decimal): -8998450 or 13545846. OLE color: 13545846.

HSL color Cylindrical-coordinate representation of color #76B1CE: hue angle of 199.77º degrees, saturation: 0.47, 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 #76B1CE is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB118177206-
CMYK0.430.1400.19
HSL199.77º47.31%63.53%-
HSV(B)199.77º42.72%80.78%-
XYZ34.3339.7564.26-
YUV162.66152.4596.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.55%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=23.55%
G=35.33%
B=41.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1181772060.430.1400.19199.7747.3163.53
Hex76B1CE2BE013c82f40
Octal166261316531602331057100
Binary111011010110001110011101010111110010011110010001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,177,206); }

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

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

 a { background-color: rgb(118,177,206); }

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

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

 span { border-color: rgb(118,177,206); }

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