#8DBDC9

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

Shades of Seagull #8DBDC9

Tints of Seagull #8DBDC9

Color information

#8DBDC9 (or 0x8DBDC9) is unknown color: approx Seagull. HEX triplet: 8D, BD and C9. RGB value is (141,189,201). Sum of RGB (Red+Green+Blue) = 141+189+201=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 201 - color contains mainly: blue. Hex color #8DBDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDC9 is #724236. Grayscale: #AFAFAF. Windows color (decimal): -7488055 or 13221261. OLE color: 13221261.

HSL color Cylindrical-coordinate representation of color #8DBDC9: hue angle of 192º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DBDC9 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141189201-
CMYK0.300.0600.21
HSL192º35.71%67.06%-
HSV(B)192º29.85%78.82%-
XYZ39.7246.2762.1-
YUV176.02142.1103.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.55%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 201 (78.91% from 255) = 37.85%
R=26.55%
G=35.59%
B=37.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411892010.300.0600.2119235.7167.06
Hex8DBDC91E6015c02443
Octal21527531136602530044103
Binary10001101101111011100100111110110010101110000001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,189,201); }

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

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

 a { background-color: rgb(141,189,201); }

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

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

 span { border-color: rgb(141,189,201); }

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