#8CBDC9

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

Shades of Seagull #8CBDC9

Tints of Seagull #8CBDC9

Color information

#8CBDC9 (or 0x8CBDC9) is unknown color: approx Seagull. HEX triplet: 8C, BD and C9. RGB value is (140,189,201). Sum of RGB (Red+Green+Blue) = 140+189+201=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 201 - color contains mainly: blue. Hex color #8CBDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDC9 is #734236. Grayscale: #AFAFAF. Windows color (decimal): -7553591 or 13221260. OLE color: 13221260.

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

Color convert

RGB140189201-
CMYK0.300.0600.21
HSL191.8º36.09%66.86%-
HSV(B)191.8º30.35%78.82%-
XYZ39.5646.1962.09-
YUV175.72142.27102.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.42%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 201 (78.91% from 255) = 37.92%
R=26.42%
G=35.66%
B=37.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401892010.300.0600.21191.836.0966.86
Hex8CBDC91E6015c02443
Octal21427531136602530044103
Binary10001100101111011100100111110110010101110000001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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