#7DADCA

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

Shades of Seagull #7DADCA

Tints of Seagull #7DADCA

Color information

#7DADCA (or 0x7DADCA) is unknown color: approx Seagull. HEX triplet: 7D, AD and CA. RGB value is (125,173,202). Sum of RGB (Red+Green+Blue) = 125+173+202=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #7DADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADCA is #825235. Grayscale: #A1A1A1. Windows color (decimal): -8540726 or 13282685. OLE color: 13282685.

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

Color convert

RGB125173202-
CMYK0.380.1400.21
HSL202.6º42.08%64.12%-
HSV(B)202.6º38.12%79.22%-
XYZ34.0638.5161.52-
YUV161.95150.6101.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=25%
G=34.6%
B=40.4%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251732020.380.1400.21202.642.0864.12
Hex7DADCA26E015cb2a40
Octal175255312461602531352100
Binary111110110101101110010101001101110010101110010111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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