#8DBDCC

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

Shades of Seagull #8DBDCC

Tints of Seagull #8DBDCC

Color information

#8DBDCC (or 0x8DBDCC) is unknown color: approx Seagull. HEX triplet: 8D, BD and CC. RGB value is (141,189,204). Sum of RGB (Red+Green+Blue) = 141+189+204=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDCC is #724233. Grayscale: #B0B0B0. Windows color (decimal): -7488052 or 13417869. OLE color: 13417869.

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

Color convert

RGB141189204-
CMYK0.310.0700.2
HSL194.29º38.18%67.65%-
HSV(B)194.29º30.88%80%-
XYZ40.0846.4263.97-
YUV176.36143.6102.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.40%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=26.40%
G=35.39%
B=38.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1411892040.310.0700.2194.2938.1867.65
Hex8DBDCC1F7014c22644
Octal21527531437702430246104
Binary10001101101111011100110011111111010100110000101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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