#8CBDC8

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

Shades of Seagull #8CBDC8

Tints of Seagull #8CBDC8

Color information

#8CBDC8 (or 0x8CBDC8) is unknown color: approx Seagull. HEX triplet: 8C, BD and C8. RGB value is (140,189,200). Sum of RGB (Red+Green+Blue) = 140+189+200=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 200 - color contains mainly: blue. Hex color #8CBDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDC8 is #734237. Grayscale: #AFAFAF. Windows color (decimal): -7553592 or 13155724. OLE color: 13155724.

HSL color Cylindrical-coordinate representation of color #8CBDC8: hue angle of 191º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CBDC8 is Cyan = 0.3, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB140189200-
CMYK0.30.0600.22
HSL191º35.29%66.67%-
HSV(B)191º30%78.43%-
XYZ39.4446.1461.47-
YUV175.6141.77102.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.47%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 200 (78.52% from 255) = 37.81%
R=26.47%
G=35.73%
B=37.81%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1401892000.30.0600.2219135.2966.67
Hex8CBDC81E6016bf2343
Octal21427531036602627743103
Binary10001100101111011100100011110110010110101111111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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