#8DBFC8

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

Shades of Seagull #8DBFC8

Tints of Seagull #8DBFC8

Color information

#8DBFC8 (or 0x8DBFC8) is unknown color: approx Seagull. HEX triplet: 8D, BF and C8. RGB value is (141,191,200). Sum of RGB (Red+Green+Blue) = 141+191+200=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 200 - color contains mainly: blue. Hex color #8DBFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBFC8 is #724037. Grayscale: #B0B0B0. Windows color (decimal): -7487544 or 13156237. OLE color: 13156237.

HSL color Cylindrical-coordinate representation of color #8DBFC8: hue angle of 189.15º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DBFC8 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB141191200-
CMYK0.290.0400.22
HSL189.15º34.91%66.86%-
HSV(B)189.15º29.5%78.43%-
XYZ40.0447.0961.62-
YUV177.08140.94102.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.50%
GREEN value IS 191 (75% from 255) = 35.90%
BLUE value IS 200 (78.52% from 255) = 37.59%
R=26.50%
G=35.90%
B=37.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411912000.290.0400.22189.1534.9166.86
Hex8DBFC81D4016bd2343
Octal21527731035402627543103
Binary10001101101111111100100011101100010110101111011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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