#8CBDCC

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

Shades of Seagull #8CBDCC

Tints of Seagull #8CBDCC

Color information

#8CBDCC (or 0x8CBDCC) is unknown color: approx Seagull. HEX triplet: 8C, BD and CC. RGB value is (140,189,204). Sum of RGB (Red+Green+Blue) = 140+189+204=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #8CBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDCC is #734233. Grayscale: #AFAFAF. Windows color (decimal): -7553588 or 13417868. OLE color: 13417868.

HSL color Cylindrical-coordinate representation of color #8CBDCC: hue angle of 194.06º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CBDCC is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB140189204-
CMYK0.310.0700.2
HSL194.06º38.55%67.45%-
HSV(B)194.06º31.37%80%-
XYZ39.9146.3363.97-
YUV176.06143.77102.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.27%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=26.27%
G=35.46%
B=38.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1401892040.310.0700.2194.0638.5567.45
Hex8CBDCC1F7014c22743
Octal21427531437702430247103
Binary10001100101111011100110011111111010100110000101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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