#8DBDD1

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

Shades of Seagull #8DBDD1

Tints of Seagull #8DBDD1

Color information

#8DBDD1 (or 0x8DBDD1) is unknown color: approx Seagull. HEX triplet: 8D, BD and D1. RGB value is (141,189,209). Sum of RGB (Red+Green+Blue) = 141+189+209=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #8DBDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDD1 is #72422E. Grayscale: #B0B0B0. Windows color (decimal): -7488047 or 13745549. OLE color: 13745549.

HSL color Cylindrical-coordinate representation of color #8DBDD1: hue angle of 197.65º 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 #8DBDD1 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB141189209-
CMYK0.330.1000.18
HSL197.65º42.5%68.63%-
HSV(B)197.65º32.54%81.96%-
XYZ40.6946.6667.18-
YUV176.93146.1102.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.16%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 209 (82.03% from 255) = 38.78%
R=26.16%
G=35.06%
B=38.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1411892090.330.1000.18197.6542.568.63
Hex8DBDD121A012c62a45
Octal215275321411202230652105
Binary1000110110111101110100011000011010010010110001101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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