#76B5CF

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

Shades of Seagull #76B5CF

Tints of Seagull #76B5CF

Color information

#76B5CF (or 0x76B5CF) is unknown color: approx Seagull. HEX triplet: 76, B5 and CF. RGB value is (118,181,207). Sum of RGB (Red+Green+Blue) = 118+181+207=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #76B5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B5CF is #894A30. Grayscale: #A4A4A4. Windows color (decimal): -8997425 or 13612406. OLE color: 13612406.

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

Color convert

RGB118181207-
CMYK0.430.1300.19
HSL197.53º48.11%63.73%-
HSV(B)197.53º43%81.18%-
XYZ35.2641.465.17-
YUV165.13151.6394.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.32%
GREEN value IS 181 (71.09% from 255) = 35.77%
BLUE value IS 207 (81.25% from 255) = 40.91%
R=23.32%
G=35.77%
B=40.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1181812070.430.1300.19197.5348.1163.73
Hex76B5CF2BD013c63040
Octal166265317531502330660100
Binary111011010110101110011111010111101010011110001101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,181,207); }

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

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

 a { background-color: rgb(118,181,207); }

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

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

 span { border-color: rgb(118,181,207); }

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