#8DBCD0

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

Shades of Seagull #8DBCD0

Tints of Seagull #8DBCD0

Color information

#8DBCD0 (or 0x8DBCD0) is unknown color: approx Seagull. HEX triplet: 8D, BC and D0. RGB value is (141,188,208). Sum of RGB (Red+Green+Blue) = 141+188+208=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #8DBCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCD0 is #72432F. Grayscale: #B0B0B0. Windows color (decimal): -7488304 or 13679757. OLE color: 13679757.

HSL color Cylindrical-coordinate representation of color #8DBCD0: hue angle of 197.91º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DBCD0 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB141188208-
CMYK0.320.1000.18
HSL197.91º41.61%68.43%-
HSV(B)197.91º32.21%81.57%-
XYZ40.3546.1866.46-
YUV176.23145.93102.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.26%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=26.26%
G=35.01%
B=38.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1411882080.320.1000.18197.9141.6168.43
Hex8DBCD020A012c62a44
Octal215274320401202230652104
Binary1000110110111100110100001000001010010010110001101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,188,208); }

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

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

 a { background-color: rgb(141,188,208); }

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

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

 span { border-color: rgb(141,188,208); }

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