#8dbad1

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

Shades of Seagull #8DBAD1

Tints of Seagull #8DBAD1

Color information

#8DBAD1 (or 0x8DBAD1) is unknown color: approx Seagull. HEX triplet: 8D, BA and D1. RGB value is (141,186,209). Sum of RGB (Red+Green+Blue) = 141+186+209=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #8DBAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBAD1 is #72452E. Grayscale: #AFAFAF. Windows color (decimal): -7488815 or 13744781. OLE color: 13744781.

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

Color convert

RGB141186209-
CMYK0.330.1100.18
HSL200.29º42.5%68.63%-
HSV(B)200.29º32.54%81.96%-
XYZ40.0545.3866.97-
YUV175.17147.09103.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.31%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 209 (82.03% from 255) = 38.99%
R=26.31%
G=34.70%
B=38.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1411862090.330.1100.18200.2942.568.63
Hex8DBAD121B012c82a45
Octal215272321411302231052105
Binary1000110110111010110100011000011011010010110010001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8dbad1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,186,209); }

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

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

 a { background-color: rgb(141,186,209); }

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

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

 span { border-color: rgb(141,186,209); }

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