#7DABCA

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

Shades of Seagull #7DABCA

Tints of Seagull #7DABCA

Color information

#7DABCA (or 0x7DABCA) is unknown color: approx Seagull. HEX triplet: 7D, AB and CA. RGB value is (125,171,202). Sum of RGB (Red+Green+Blue) = 125+171+202=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #7DABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DABCA is #825435. Grayscale: #A0A0A0. Windows color (decimal): -8541238 or 13282173. OLE color: 13282173.

HSL color Cylindrical-coordinate representation of color #7DABCA: hue angle of 204.16º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DABCA is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB125171202-
CMYK0.380.1500.21
HSL204.16º42.08%64.12%-
HSV(B)204.16º38.12%79.22%-
XYZ33.6837.7561.39-
YUV160.78151.26102.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.10%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=25.10%
G=34.34%
B=40.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251712020.380.1500.21204.1642.0864.12
Hex7DABCA26F015cc2a40
Octal175253312461702531452100
Binary111110110101011110010101001101111010101110011001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,171,202); }

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

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

 a { background-color: rgb(125,171,202); }

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

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

 span { border-color: rgb(125,171,202); }

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