#8CBDCE

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

Shades of Seagull #8CBDCE

Tints of Seagull #8CBDCE

Color information

#8CBDCE (or 0x8CBDCE) is unknown color: approx Seagull. HEX triplet: 8C, BD and CE. RGB value is (140,189,206). Sum of RGB (Red+Green+Blue) = 140+189+206=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CBDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDCE is #734231. Grayscale: #B0B0B0. Windows color (decimal): -7553586 or 13548940. OLE color: 13548940.

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

Color convert

RGB140189206-
CMYK0.320.0800.19
HSL195.45º40.24%67.84%-
HSV(B)195.45º32.04%80.78%-
XYZ40.1546.4365.24-
YUV176.29144.77102.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.17%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=26.17%
G=35.33%
B=38.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1401892060.320.0800.19195.4540.2467.84
Hex8CBDCE208013c32844
Octal214275316401002330350104
Binary1000110010111101110011101000001000010011110000111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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