#8CBCD0

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

Shades of Seagull #8CBCD0

Tints of Seagull #8CBCD0

Color information

#8CBCD0 (or 0x8CBCD0) is unknown color: approx Seagull. HEX triplet: 8C, BC and D0. RGB value is (140,188,208). Sum of RGB (Red+Green+Blue) = 140+188+208=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #8CBCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCD0 is #73432F. Grayscale: #AFAFAF. Windows color (decimal): -7553840 or 13679756. OLE color: 13679756.

HSL color Cylindrical-coordinate representation of color #8CBCD0: hue angle of 197.65º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CBCD0 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140188208-
CMYK0.330.1000.18
HSL197.65º41.98%68.24%-
HSV(B)197.65º32.69%81.57%-
XYZ40.1846.166.45-
YUV175.93146.1102.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.12%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 208 (81.64% from 255) = 38.81%
R=26.12%
G=35.07%
B=38.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401882080.330.1000.18197.6541.9868.24
Hex8CBCD021A012c62a44
Octal214274320411202230652104
Binary1000110010111100110100001000011010010010110001101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,188,208); }

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

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

 a { background-color: rgb(140,188,208); }

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

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

 span { border-color: rgb(140,188,208); }

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