#7EACCD

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

Shades of Seagull #7EACCD

Tints of Seagull #7EACCD

Color information

#7EACCD (or 0x7EACCD) is unknown color: approx Seagull. HEX triplet: 7E, AC and CD. RGB value is (126,172,205). Sum of RGB (Red+Green+Blue) = 126+172+205=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #7EACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACCD is #815332. Grayscale: #A1A1A1. Windows color (decimal): -8475443 or 13479038. OLE color: 13479038.

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

Color convert

RGB126172205-
CMYK0.390.1600.20
HSL205.06º44.13%64.9%-
HSV(B)205.06º38.54%80.39%-
XYZ34.3838.3563.35-
YUV162.01152.26102.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.05%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=25.05%
G=34.19%
B=40.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261722050.390.1600.20205.0644.1364.9
Hex7EACCD2710014cd2c41
Octal176254315472002431554101
Binary1111110101011001100110110011110000010100110011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,172,205); }

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

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

 a { background-color: rgb(126,172,205); }

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

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

 span { border-color: rgb(126,172,205); }

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