#8FBDCC

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

Shades of Seagull #8FBDCC

Tints of Seagull #8FBDCC

Color information

#8FBDCC (or 0x8FBDCC) is unknown color: approx Seagull. HEX triplet: 8F, BD and CC. RGB value is (143,189,204). Sum of RGB (Red+Green+Blue) = 143+189+204=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDCC is #704233. Grayscale: #B0B0B0. Windows color (decimal): -7356980 or 13417871. OLE color: 13417871.

HSL color Cylindrical-coordinate representation of color #8FBDCC: hue angle of 194.75º 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 #8FBDCC is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143189204-
CMYK0.300.0700.2
HSL194.75º37.42%68.04%-
HSV(B)194.75º29.9%80%-
XYZ40.4246.5963.99-
YUV176.96143.26103.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.68%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=26.68%
G=35.26%
B=38.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431892040.300.0700.2194.7537.4268.04
Hex8FBDCC1E7014c32544
Octal21727531436702430345104
Binary10001111101111011100110011110111010100110000111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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