#8DBECD

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

Shades of Seagull #8DBECD

Tints of Seagull #8DBECD

Color information

#8DBECD (or 0x8DBECD) is unknown color: approx Seagull. HEX triplet: 8D, BE and CD. RGB value is (141,190,205). Sum of RGB (Red+Green+Blue) = 141+190+205=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DBECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBECD is #724132. Grayscale: #B0B0B0. Windows color (decimal): -7487795 or 13483661. OLE color: 13483661.

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

Color convert

RGB141190205-
CMYK0.310.0700.20
HSL194.06º39.02%67.84%-
HSV(B)194.06º31.22%80.39%-
XYZ40.4246.964.68-
YUV177.06143.77102.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.31%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=26.31%
G=35.45%
B=38.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411902050.310.0700.20194.0639.0267.84
Hex8DBECD1F7014c22744
Octal21527631537702430247104
Binary10001101101111101100110111111111010100110000101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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