#76BCCF

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

Shades of Seagull #76BCCF

Tints of Seagull #76BCCF

Color information

#76BCCF (or 0x76BCCF) is unknown color: approx Seagull. HEX triplet: 76, BC and CF. RGB value is (118,188,207). Sum of RGB (Red+Green+Blue) = 118+188+207=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #76BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCCF is #894330. Grayscale: #A9A9A9. Windows color (decimal): -8995633 or 13614198. OLE color: 13614198.

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

Color convert

RGB118188207-
CMYK0.430.0900.19
HSL192.81º48.11%63.73%-
HSV(B)192.81º43%81.18%-
XYZ36.7244.3265.65-
YUV169.24149.3191.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.00%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 207 (81.25% from 255) = 40.35%
R=23.00%
G=36.65%
B=40.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1181882070.430.0900.19192.8148.1163.73
Hex76BCCF2B9013c13040
Octal166274317531102330160100
Binary111011010111100110011111010111001010011110000011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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