#7FAFCD

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

Shades of Seagull #7FAFCD

Tints of Seagull #7FAFCD

Color information

#7FAFCD (or 0x7FAFCD) is unknown color: approx Seagull. HEX triplet: 7F, AF and CD. RGB value is (127,175,205). Sum of RGB (Red+Green+Blue) = 127+175+205=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FAFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFCD is #805032. Grayscale: #A3A3A3. Windows color (decimal): -8409139 or 13479807. OLE color: 13479807.

HSL color Cylindrical-coordinate representation of color #7FAFCD: hue angle of 203.08º degrees, saturation: 0.44, 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 #7FAFCD is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB127175205-
CMYK0.380.1500.20
HSL203.08º43.82%65.1%-
HSV(B)203.08º38.05%80.39%-
XYZ35.139.5863.55-
YUV164.07151.1101.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.05%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=25.05%
G=34.52%
B=40.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271752050.380.1500.20203.0843.8265.1
Hex7FAFCD26F014cb2c41
Octal177257315461702431354101
Binary111111110101111110011011001101111010100110010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,175,205); }

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

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

 a { background-color: rgb(127,175,205); }

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

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

 span { border-color: rgb(127,175,205); }

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