#7DB3CD

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

Shades of Seagull #7DB3CD

Tints of Seagull #7DB3CD

Color information

#7DB3CD (or 0x7DB3CD) is unknown color: approx Seagull. HEX triplet: 7D, B3 and CD. RGB value is (125,179,205). Sum of RGB (Red+Green+Blue) = 125+179+205=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DB3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB3CD is #824C32. Grayscale: #A5A5A5. Windows color (decimal): -8539187 or 13480829. OLE color: 13480829.

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

Color convert

RGB125179205-
CMYK0.390.1300.20
HSL199.5º44.44%64.71%-
HSV(B)199.5º39.02%80.39%-
XYZ35.641.0163.8-
YUV165.82150.1198.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.56%
GREEN value IS 179 (70.31% from 255) = 35.17%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=24.56%
G=35.17%
B=40.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251792050.390.1300.20199.544.4464.71
Hex7DB3CD27D014c82c41
Octal175263315471502431054101
Binary111110110110011110011011001111101010100110010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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