#8CBAC9

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

Shades of Seagull #8CBAC9

Tints of Seagull #8CBAC9

Color information

#8CBAC9 (or 0x8CBAC9) is unknown color: approx Seagull. HEX triplet: 8C, BA and C9. RGB value is (140,186,201). Sum of RGB (Red+Green+Blue) = 140+186+201=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #8CBAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBAC9 is #734536. Grayscale: #ADADAD. Windows color (decimal): -7554359 or 13220492. OLE color: 13220492.

HSL color Cylindrical-coordinate representation of color #8CBAC9: hue angle of 194.75º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CBAC9 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB140186201-
CMYK0.300.0700.21
HSL194.75º36.09%66.86%-
HSV(B)194.75º30.35%78.82%-
XYZ38.9244.9161.88-
YUV173.96143.26103.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.57%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 201 (78.91% from 255) = 38.14%
R=26.57%
G=35.29%
B=38.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401862010.300.0700.21194.7536.0966.86
Hex8CBAC91E7015c32443
Octal21427231136702530344103
Binary10001100101110101100100111110111010101110000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,186,201); }

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

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

 a { background-color: rgb(140,186,201); }

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

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

 span { border-color: rgb(140,186,201); }

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