#7DB9CD

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

Shades of Seagull #7DB9CD

Tints of Seagull #7DB9CD

Color information

#7DB9CD (or 0x7DB9CD) is unknown color: approx Seagull. HEX triplet: 7D, B9 and CD. RGB value is (125,185,205). Sum of RGB (Red+Green+Blue) = 125+185+205=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DB9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB9CD is #824632. Grayscale: #A9A9A9. Windows color (decimal): -8537651 or 13482365. OLE color: 13482365.

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

Color convert

RGB125185205-
CMYK0.390.1000.20
HSL195º44.44%64.71%-
HSV(B)195º39.02%80.39%-
XYZ36.8343.4764.21-
YUV169.34148.1296.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.27%
GREEN value IS 185 (72.66% from 255) = 35.92%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=24.27%
G=35.92%
B=39.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251852050.390.1000.2019544.4464.71
Hex7DB9CD27A014c32c41
Octal175271315471202430354101
Binary111110110111001110011011001111010010100110000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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