#7DBDCD

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

Shades of Seagull #7DBDCD

Tints of Seagull #7DBDCD

Color information

#7DBDCD (or 0x7DBDCD) is unknown color: approx Seagull. HEX triplet: 7D, BD and CD. RGB value is (125,189,205). Sum of RGB (Red+Green+Blue) = 125+189+205=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DBDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDCD is #824232. Grayscale: #ABABAB. Windows color (decimal): -8536627 or 13483389. OLE color: 13483389.

HSL color Cylindrical-coordinate representation of color #7DBDCD: hue angle of 192º 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 #7DBDCD is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125189205-
CMYK0.390.0800.20
HSL192º44.44%64.71%-
HSV(B)192º39.02%80.39%-
XYZ37.6745.1664.49-
YUV171.69146.894.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.08%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=24.08%
G=36.42%
B=39.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251892050.390.0800.2019244.4464.71
Hex7DBDCD278014c02c41
Octal175275315471002430054101
Binary111110110111101110011011001111000010100110000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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