#7CBACE

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

Shades of Seagull #7CBACE

Tints of Seagull #7CBACE

Color information

#7CBACE (or 0x7CBACE) is unknown color: approx Seagull. HEX triplet: 7C, BA and CE. RGB value is (124,186,206). Sum of RGB (Red+Green+Blue) = 124+186+206=516 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.03% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CBACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBACE is #834531. Grayscale: #A9A9A9. Windows color (decimal): -8602930 or 13548156. OLE color: 13548156.

HSL color Cylindrical-coordinate representation of color #7CBACE: hue angle of 194.63º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CBACE is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124186206-
CMYK0.400.1000.19
HSL194.63º45.56%64.71%-
HSV(B)194.63º39.81%80.78%-
XYZ37.0143.8664.91-
YUV169.74148.4695.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.03%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=24.03%
G=36.05%
B=39.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241862060.400.1000.19194.6345.5664.71
Hex7CBACE28A013c32e41
Octal174272316501202330356101
Binary111110010111010110011101010001010010011110000111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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