#8DBED3

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

Shades of Seagull #8DBED3

Tints of Seagull #8DBED3

Color information

#8DBED3 (or 0x8DBED3) is unknown color: approx Seagull. HEX triplet: 8D, BE and D3. RGB value is (141,190,211). Sum of RGB (Red+Green+Blue) = 141+190+211=542 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.01% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 211 - color contains mainly: blue. Hex color #8DBED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBED3 is #72412C. Grayscale: #B1B1B1. Windows color (decimal): -7487789 or 13876877. OLE color: 13876877.

HSL color Cylindrical-coordinate representation of color #8DBED3: hue angle of 198º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DBED3 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB141190211-
CMYK0.330.1000.17
HSL198º44.3%69.02%-
HSV(B)198º33.18%82.75%-
XYZ41.1647.1968.57-
YUV177.74146.77101.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.01%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 211 (82.81% from 255) = 38.93%
R=26.01%
G=35.06%
B=38.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1411902110.330.1000.1719844.369.02
Hex8DBED321A011c62c45
Octal215276323411202130654105
Binary1000110110111110110100111000011010010001110001101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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