#8FBDCB

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

Shades of Seagull #8FBDCB

Tints of Seagull #8FBDCB

Color information

#8FBDCB (or 0x8FBDCB) is unknown color: approx Seagull. HEX triplet: 8F, BD and CB. RGB value is (143,189,203). Sum of RGB (Red+Green+Blue) = 143+189+203=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDCB is #704234. Grayscale: #B0B0B0. Windows color (decimal): -7356981 or 13352335. OLE color: 13352335.

HSL color Cylindrical-coordinate representation of color #8FBDCB: hue angle of 194º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FBDCB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143189203-
CMYK0.300.0700.20
HSL194º36.59%67.84%-
HSV(B)194º29.56%79.61%-
XYZ40.346.5563.36-
YUV176.84142.76103.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.73%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=26.73%
G=35.33%
B=37.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431892030.300.0700.2019436.5967.84
Hex8FBDCB1E7014c22544
Octal21727531336702430245104
Binary10001111101111011100101111110111010100110000101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,189,203); }

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

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

 a { background-color: rgb(143,189,203); }

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

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

 span { border-color: rgb(143,189,203); }

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