#8FB9CC

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

Shades of Seagull #8FB9CC

Tints of Seagull #8FB9CC

Color information

#8FB9CC (or 0x8FB9CC) is unknown color: approx Seagull. HEX triplet: 8F, B9 and CC. RGB value is (143,185,204). Sum of RGB (Red+Green+Blue) = 143+185+204=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FB9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB9CC is #704633. Grayscale: #AEAEAE. Windows color (decimal): -7358004 or 13416847. OLE color: 13416847.

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

Color convert

RGB143185204-
CMYK0.300.0900.2
HSL198.69º37.42%68.04%-
HSV(B)198.69º29.9%80%-
XYZ39.5844.963.71-
YUV174.61144.59105.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.88%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=26.88%
G=34.77%
B=38.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431852040.300.0900.2198.6937.4268.04
Hex8FB9CC1E9014c72544
Octal217271314361102430745104
Binary100011111011100111001100111101001010100110001111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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