#7DABCC

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

Shades of Seagull #7DABCC

Tints of Seagull #7DABCC

Color information

#7DABCC (or 0x7DABCC) is unknown color: approx Seagull. HEX triplet: 7D, AB and CC. RGB value is (125,171,204). Sum of RGB (Red+Green+Blue) = 125+171+204=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DABCC is #825433. Grayscale: #A0A0A0. Windows color (decimal): -8541236 or 13413245. OLE color: 13413245.

HSL color Cylindrical-coordinate representation of color #7DABCC: 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 #7DABCC is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB125171204-
CMYK0.390.1600.2
HSL205.06º43.65%64.51%-
HSV(B)205.06º38.73%80%-
XYZ33.9237.8562.64-
YUV161.01152.26102.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=25%
G=34.2%
B=40.8%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1251712040.390.1600.2205.0643.6564.51
Hex7DABCC2710014cd2c41
Octal175253314472002431554101
Binary1111101101010111100110010011110000010100110011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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