#7CAECC

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

Shades of Seagull #7CAECC

Tints of Seagull #7CAECC

Color information

#7CAECC (or 0x7CAECC) is unknown color: approx Seagull. HEX triplet: 7C, AE and CC. RGB value is (124,174,204). Sum of RGB (Red+Green+Blue) = 124+174+204=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAECC is #835133. Grayscale: #A2A2A2. Windows color (decimal): -8606004 or 13414012. OLE color: 13414012.

HSL color Cylindrical-coordinate representation of color #7CAECC: hue angle of 202.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CAECC is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB124174204-
CMYK0.390.1500.2
HSL202.5º43.96%64.31%-
HSV(B)202.5º39.22%80%-
XYZ34.3538.9262.83-
YUV162.47151.44100.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.70%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=24.70%
G=34.66%
B=40.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1241742040.390.1500.2202.543.9664.31
Hex7CAECC27F014ca2c40
Octal174256314471702431254100
Binary111110010101110110011001001111111010100110010101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,174,204); }

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

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

 a { background-color: rgb(124,174,204); }

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

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

 span { border-color: rgb(124,174,204); }

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