#76BFDE

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

Shades of Seagull #76BFDE

Tints of Seagull #76BFDE

Color information

#76BFDE (or 0x76BFDE) is unknown color: approx Seagull. HEX triplet: 76, BF and DE. RGB value is (118,191,222). Sum of RGB (Red+Green+Blue) = 118+191+222=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #76BFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFDE is #894021. Grayscale: #ACACAC. Windows color (decimal): -8994850 or 14598006. OLE color: 14598006.

HSL color Cylindrical-coordinate representation of color #76BFDE: hue angle of 197.88º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76BFDE is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118191222-
CMYK0.470.1400.13
HSL197.88º61.18%66.67%-
HSV(B)197.88º46.85%87.06%-
XYZ39.2946.3975.99-
YUV172.71155.8288.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.22%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=22.22%
G=35.97%
B=41.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181912220.470.1400.13197.8861.1866.67
Hex76BFDE2FE0Dc63d43
Octal166277336571601530675103
Binary11101101011111111011110101111111001101110001101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,191,222); }

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

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

 a { background-color: rgb(118,191,222); }

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

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

 span { border-color: rgb(118,191,222); }

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