#76BADE

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

Shades of Seagull #76BADE

Tints of Seagull #76BADE

Color information

#76BADE (or 0x76BADE) is unknown color: approx Seagull. HEX triplet: 76, BA and DE. RGB value is (118,186,222). Sum of RGB (Red+Green+Blue) = 118+186+222=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #76BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BADE is #894521. Grayscale: #A9A9A9. Windows color (decimal): -8996130 or 14596726. OLE color: 14596726.

HSL color Cylindrical-coordinate representation of color #76BADE: hue angle of 200.77º 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 #76BADE is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118186222-
CMYK0.470.1600.13
HSL200.77º61.18%66.67%-
HSV(B)200.77º46.85%87.06%-
XYZ38.2144.2475.63-
YUV169.77157.4791.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.43%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=22.43%
G=35.36%
B=42.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181862220.470.1600.13200.7761.1866.67
Hex76BADE2F100Dc93d43
Octal166272336572001531175103
Binary111011010111010110111101011111000001101110010011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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