#7FACCA

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

Shades of Seagull #7FACCA

Tints of Seagull #7FACCA

Color information

#7FACCA (or 0x7FACCA) is unknown color: approx Seagull. HEX triplet: 7F, AC and CA. RGB value is (127,172,202). Sum of RGB (Red+Green+Blue) = 127+172+202=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACCA is #805335. Grayscale: #A1A1A1. Windows color (decimal): -8409910 or 13282431. OLE color: 13282431.

HSL color Cylindrical-coordinate representation of color #7FACCA: hue angle of 204º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FACCA is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB127172202-
CMYK0.370.1500.21
HSL204º41.44%64.51%-
HSV(B)204º37.13%79.22%-
XYZ34.1738.2861.47-
YUV161.96150.59103.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.35%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=25.35%
G=34.33%
B=40.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271722020.370.1500.2120441.4464.51
Hex7FACCA25F015cc2941
Octal177254312451702531451101
Binary111111110101100110010101001011111010101110011001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,172,202); }

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

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

 a { background-color: rgb(127,172,202); }

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

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

 span { border-color: rgb(127,172,202); }

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