#8DBDCD

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

Shades of Seagull #8DBDCD

Tints of Seagull #8DBDCD

Color information

#8DBDCD (or 0x8DBDCD) is unknown color: approx Seagull. HEX triplet: 8D, BD and CD. RGB value is (141,189,205). Sum of RGB (Red+Green+Blue) = 141+189+205=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DBDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDCD is #724232. Grayscale: #B0B0B0. Windows color (decimal): -7488051 or 13483405. OLE color: 13483405.

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

Color convert

RGB141189205-
CMYK0.310.0800.20
HSL195º39.02%67.84%-
HSV(B)195º31.22%80.39%-
XYZ40.246.4764.61-
YUV176.47144.1102.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.36%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=26.36%
G=35.33%
B=38.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411892050.310.0800.2019539.0267.84
Hex8DBDCD1F8014c32744
Octal215275315371002430347104
Binary100011011011110111001101111111000010100110000111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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