#7FB5CD

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

Shades of Seagull #7FB5CD

Tints of Seagull #7FB5CD

Color information

#7FB5CD (or 0x7FB5CD) is unknown color: approx Seagull. HEX triplet: 7F, B5 and CD. RGB value is (127,181,205). Sum of RGB (Red+Green+Blue) = 127+181+205=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FB5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB5CD is #804A32. Grayscale: #A7A7A7. Windows color (decimal): -8407603 or 13481343. OLE color: 13481343.

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

Color convert

RGB127181205-
CMYK0.380.1200.20
HSL198.46º43.82%65.1%-
HSV(B)198.46º38.05%80.39%-
XYZ36.341.9763.95-
YUV167.59149.1199.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.76%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=24.76%
G=35.28%
B=39.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271812050.380.1200.20198.4643.8265.1
Hex7FB5CD26C014c62c41
Octal177265315461402430654101
Binary111111110110101110011011001101100010100110001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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