#8DB9CD

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

Shades of Seagull #8DB9CD

Tints of Seagull #8DB9CD

Color information

#8DB9CD (or 0x8DB9CD) is unknown color: approx Seagull. HEX triplet: 8D, B9 and CD. RGB value is (141,185,205). Sum of RGB (Red+Green+Blue) = 141+185+205=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DB9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB9CD is #724632. Grayscale: #AEAEAE. Windows color (decimal): -7489075 or 13482381. OLE color: 13482381.

HSL color Cylindrical-coordinate representation of color #8DB9CD: hue angle of 198.75º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DB9CD is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141185205-
CMYK0.310.1000.20
HSL198.75º39.02%67.84%-
HSV(B)198.75º31.22%80.39%-
XYZ39.3544.7764.32-
YUV174.12145.42104.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.55%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=26.55%
G=34.84%
B=38.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411852050.310.1000.20198.7539.0267.84
Hex8DB9CD1FA014c72744
Octal215271315371202430747104
Binary100011011011100111001101111111010010100110001111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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