#7FB1CC

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

Shades of Seagull #7FB1CC

Tints of Seagull #7FB1CC

Color information

#7FB1CC (or 0x7FB1CC) is unknown color: approx Seagull. HEX triplet: 7F, B1 and CC. RGB value is (127,177,204). Sum of RGB (Red+Green+Blue) = 127+177+204=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FB1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB1CC is #804E33. Grayscale: #A4A4A4. Windows color (decimal): -8408628 or 13414783. OLE color: 13414783.

HSL color Cylindrical-coordinate representation of color #7FB1CC: hue angle of 201.04º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FB1CC is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB127177204-
CMYK0.380.1300.2
HSL201.04º43.02%64.9%-
HSV(B)201.04º37.75%80%-
XYZ35.3740.3263.04-
YUV165.13149.94100.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25%
GREEN value IS 177 (69.53% from 255) = 34.84%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=25%
G=34.84%
B=40.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1271772040.380.1300.2201.0443.0264.9
Hex7FB1CC26D014c92b41
Octal177261314461502431153101
Binary111111110110001110011001001101101010100110010011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FB1CC; }

 p { color: rgb(127,177,204); }

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

<style>
 a { background-color: #7FB1CC; }

 a { background-color: rgb(127,177,204); }

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

<style>
 span { border-color: #7FB1CC; }

 span { border-color: rgb(127,177,204); }

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