#7FBACE

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

Shades of Seagull #7FBACE

Tints of Seagull #7FBACE

Color information

#7FBACE (or 0x7FBACE) is unknown color: approx Seagull. HEX triplet: 7F, BA and CE. RGB value is (127,186,206). Sum of RGB (Red+Green+Blue) = 127+186+206=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FBACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBACE is #804531. Grayscale: #AAAAAA. Windows color (decimal): -8406322 or 13548159. OLE color: 13548159.

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

Color convert

RGB127186206-
CMYK0.380.1000.19
HSL195.19º44.63%65.29%-
HSV(B)195.19º38.35%80.78%-
XYZ37.4544.0964.93-
YUV170.64147.9596.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.47%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=24.47%
G=35.84%
B=39.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271862060.380.1000.19195.1944.6365.29
Hex7FBACE26A013c32d41
Octal177272316461202330355101
Binary111111110111010110011101001101010010011110000111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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