#7DABC9

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

Shades of Seagull #7DABC9

Tints of Seagull #7DABC9

Color information

#7DABC9 (or 0x7DABC9) is unknown color: approx Seagull. HEX triplet: 7D, AB and C9. RGB value is (125,171,201). Sum of RGB (Red+Green+Blue) = 125+171+201=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #7DABC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DABC9 is #825436. Grayscale: #A0A0A0. Windows color (decimal): -8541239 or 13216637. OLE color: 13216637.

HSL color Cylindrical-coordinate representation of color #7DABC9: hue angle of 203.68º degrees, saturation: 0.41, 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 #7DABC9 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB125171201-
CMYK0.380.1500.21
HSL203.68º41.3%63.92%-
HSV(B)203.68º37.81%78.82%-
XYZ33.5637.760.77-
YUV160.67150.76102.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.15%
GREEN value IS 171 (67.19% from 255) = 34.41%
BLUE value IS 201 (78.91% from 255) = 40.44%
R=25.15%
G=34.41%
B=40.44%

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
Decimal1251712010.380.1500.21203.6841.363.92
Hex7DABC926F015cc2940
Octal175253311461702531451100
Binary111110110101011110010011001101111010101110011001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DABC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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