#76B2D3

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

Shades of Seagull #76B2D3

Tints of Seagull #76B2D3

Color information

#76B2D3 (or 0x76B2D3) is unknown color: approx Seagull. HEX triplet: 76, B2 and D3. RGB value is (118,178,211). Sum of RGB (Red+Green+Blue) = 118+178+211=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #76B2D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B2D3 is #894D2C. Grayscale: #A3A3A3. Windows color (decimal): -8998189 or 13873782. OLE color: 13873782.

HSL color Cylindrical-coordinate representation of color #76B2D3: hue angle of 201.29º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76B2D3 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB118178211-
CMYK0.440.1600.17
HSL201.29º51.38%64.51%-
HSV(B)201.29º44.08%82.75%-
XYZ35.1540.467.57-
YUV163.82154.6295.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.27%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 211 (82.81% from 255) = 41.62%
R=23.27%
G=35.11%
B=41.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1181782110.440.1600.17201.2951.3864.51
Hex76B2D32C10011c93341
Octal166262323542002131163101
Binary1110110101100101101001110110010000010001110010011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,178,211); }

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

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

 a { background-color: rgb(118,178,211); }

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

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

 span { border-color: rgb(118,178,211); }

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