#7DADCB

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

Shades of Seagull #7DADCB

Tints of Seagull #7DADCB

Color information

#7DADCB (or 0x7DADCB) is unknown color: approx Seagull. HEX triplet: 7D, AD and CB. RGB value is (125,173,203). Sum of RGB (Red+Green+Blue) = 125+173+203=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #7DADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADCB is #825234. Grayscale: #A1A1A1. Windows color (decimal): -8540725 or 13348221. OLE color: 13348221.

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

Color convert

RGB125173203-
CMYK0.380.1500.20
HSL203.08º42.86%64.31%-
HSV(B)203.08º38.42%79.61%-
XYZ34.1838.5662.14-
YUV162.07151.1101.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.95%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=24.95%
G=34.53%
B=40.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251732030.380.1500.20203.0842.8664.31
Hex7DADCB26F014cb2b40
Octal175255313461702431353100
Binary111110110101101110010111001101111010100110010111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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