#76AFCB

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

Shades of Seagull #76AFCB

Tints of Seagull #76AFCB

Color information

#76AFCB (or 0x76AFCB) is unknown color: approx Seagull. HEX triplet: 76, AF and CB. RGB value is (118,175,203). Sum of RGB (Red+Green+Blue) = 118+175+203=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #76AFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AFCB is #895034. Grayscale: #A0A0A0. Windows color (decimal): -8998965 or 13348726. OLE color: 13348726.

HSL color Cylindrical-coordinate representation of color #76AFCB: hue angle of 199.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76AFCB is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118175203-
CMYK0.420.1400.20
HSL199.76º44.97%62.94%-
HSV(B)199.76º41.87%79.61%-
XYZ33.5838.8262.22-
YUV161.15151.6297.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.79%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=23.79%
G=35.28%
B=40.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181752030.420.1400.20199.7644.9762.94
Hex76AFCB2AE014c82d3f
Octal16625731352160243105577
Binary11101101010111111001011101010111001010011001000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,175,203); }

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

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

 a { background-color: rgb(118,175,203); }

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

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

 span { border-color: rgb(118,175,203); }

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