#7DBDDD

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

Shades of Seagull #7DBDDD

Tints of Seagull #7DBDDD

Color information

#7DBDDD (or 0x7DBDDD) is unknown color: approx Seagull. HEX triplet: 7D, BD and DD. RGB value is (125,189,221). Sum of RGB (Red+Green+Blue) = 125+189+221=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DBDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDDD is #824222. Grayscale: #ADADAD. Windows color (decimal): -8536611 or 14531965. OLE color: 14531965.

HSL color Cylindrical-coordinate representation of color #7DBDDD: hue angle of 200º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DBDDD is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125189221-
CMYK0.430.1400.13
HSL200º58.54%67.84%-
HSV(B)200º43.44%86.67%-
XYZ39.7145.9875.19-
YUV173.51154.893.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.36%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=23.36%
G=35.33%
B=41.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251892210.430.1400.1320058.5467.84
Hex7DBDDD2BE0Dc83b44
Octal175275335531601531073104
Binary11111011011110111011101101011111001101110010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,189,221); }

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

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

 a { background-color: rgb(125,189,221); }

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

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

 span { border-color: rgb(125,189,221); }

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