#8DBDC8

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

Shades of Seagull #8DBDC8

Tints of Seagull #8DBDC8

Color information

#8DBDC8 (or 0x8DBDC8) is unknown color: approx Seagull. HEX triplet: 8D, BD and C8. RGB value is (141,189,200). Sum of RGB (Red+Green+Blue) = 141+189+200=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 200 - color contains mainly: blue. Hex color #8DBDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDC8 is #724237. Grayscale: #AFAFAF. Windows color (decimal): -7488056 or 13155725. OLE color: 13155725.

HSL color Cylindrical-coordinate representation of color #8DBDC8: hue angle of 191.19º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DBDC8 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB141189200-
CMYK0.290.0600.22
HSL191.19º34.91%66.86%-
HSV(B)191.19º29.5%78.43%-
XYZ39.6146.2361.48-
YUV175.9141.6103.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.60%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 200 (78.52% from 255) = 37.74%
R=26.60%
G=35.66%
B=37.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411892000.290.0600.22191.1934.9166.86
Hex8DBDC81D6016bf2343
Octal21527531035602627743103
Binary10001101101111011100100011101110010110101111111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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