#7FAFCF

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

Shades of Seagull #7FAFCF

Tints of Seagull #7FAFCF

Color information

#7FAFCF (or 0x7FAFCF) is unknown color: approx Seagull. HEX triplet: 7F, AF and CF. RGB value is (127,175,207). Sum of RGB (Red+Green+Blue) = 127+175+207=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FAFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFCF is #805030. Grayscale: #A4A4A4. Windows color (decimal): -8409137 or 13610879. OLE color: 13610879.

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

Color convert

RGB127175207-
CMYK0.390.1500.19
HSL204º45.45%65.49%-
HSV(B)204º38.65%81.18%-
XYZ35.3439.6864.83-
YUV164.3152.1101.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.95%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=24.95%
G=34.38%
B=40.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271752070.390.1500.1920445.4565.49
Hex7FAFCF27F013cc2d41
Octal177257317471702331455101
Binary111111110101111110011111001111111010011110011001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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