#8FBDCF

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

Shades of Seagull #8FBDCF

Tints of Seagull #8FBDCF

Color information

#8FBDCF (or 0x8FBDCF) is unknown color: approx Seagull. HEX triplet: 8F, BD and CF. RGB value is (143,189,207). Sum of RGB (Red+Green+Blue) = 143+189+207=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FBDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDCF is #704230. Grayscale: #B1B1B1. Windows color (decimal): -7356977 or 13614479. OLE color: 13614479.

HSL color Cylindrical-coordinate representation of color #8FBDCF: hue angle of 196.88º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FBDCF is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143189207-
CMYK0.310.0900.19
HSL196.88º40%68.63%-
HSV(B)196.88º30.92%81.18%-
XYZ40.7946.7465.9-
YUV177.3144.76103.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.53%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=26.53%
G=35.06%
B=38.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431892070.310.0900.19196.884068.63
Hex8FBDCF1F9013c52845
Octal217275317371102330550105
Binary100011111011110111001111111111001010011110001011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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