#7DBDCC

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

Shades of Seagull #7DBDCC

Tints of Seagull #7DBDCC

Color information

#7DBDCC (or 0x7DBDCC) is unknown color: approx Seagull. HEX triplet: 7D, BD and CC. RGB value is (125,189,204). Sum of RGB (Red+Green+Blue) = 125+189+204=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DBDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDCC is #824233. Grayscale: #ABABAB. Windows color (decimal): -8536628 or 13417853. OLE color: 13417853.

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

Color convert

RGB125189204-
CMYK0.390.0700.2
HSL191.39º43.65%64.51%-
HSV(B)191.39º38.73%80%-
XYZ37.5545.1163.86-
YUV171.57146.394.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.13%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=24.13%
G=36.49%
B=39.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1251892040.390.0700.2191.3943.6564.51
Hex7DBDCC277014bf2c41
Octal17527531447702427754101
Binary11111011011110111001100100111111010100101111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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