#7FB0CE

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

Shades of Seagull #7FB0CE

Tints of Seagull #7FB0CE

Color information

#7FB0CE (or 0x7FB0CE) is unknown color: approx Seagull. HEX triplet: 7F, B0 and CE. RGB value is (127,176,206). Sum of RGB (Red+Green+Blue) = 127+176+206=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FB0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB0CE is #804F31. Grayscale: #A4A4A4. Windows color (decimal): -8408882 or 13545599. OLE color: 13545599.

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

Color convert

RGB127176206-
CMYK0.380.1500.19
HSL202.78º44.63%65.29%-
HSV(B)202.78º38.35%80.78%-
XYZ35.4240.0264.25-
YUV164.77151.27101.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.95%
GREEN value IS 176 (69.14% from 255) = 34.58%
BLUE value IS 206 (80.86% from 255) = 40.47%
R=24.95%
G=34.58%
B=40.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271762060.380.1500.19202.7844.6365.29
Hex7FB0CE26F013cb2d41
Octal177260316461702331355101
Binary111111110110000110011101001101111010011110010111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,176,206); }

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

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

 a { background-color: rgb(127,176,206); }

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

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

 span { border-color: rgb(127,176,206); }

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