#8DBFD1

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

Shades of Seagull #8DBFD1

Tints of Seagull #8DBFD1

Color information

#8DBFD1 (or 0x8DBFD1) is unknown color: approx Seagull. HEX triplet: 8D, BF and D1. RGB value is (141,191,209). Sum of RGB (Red+Green+Blue) = 141+191+209=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #8DBFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBFD1 is #72402E. Grayscale: #B1B1B1. Windows color (decimal): -7487535 or 13746061. OLE color: 13746061.

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

Color convert

RGB141191209-
CMYK0.330.0900.18
HSL195.88º42.5%68.63%-
HSV(B)195.88º32.54%81.96%-
XYZ41.1247.5367.33-
YUV178.1145.44101.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.06%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 209 (82.03% from 255) = 38.63%
R=26.06%
G=35.30%
B=38.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1411912090.330.0900.18195.8842.568.63
Hex8DBFD1219012c42a45
Octal215277321411102230452105
Binary1000110110111111110100011000011001010010110001001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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