#8cbacc

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

Shades of Seagull #8CBACC

Tints of Seagull #8CBACC

Color information

#8CBACC (or 0x8CBACC) is unknown color: approx Seagull. HEX triplet: 8C, BA and CC. RGB value is (140,186,204). Sum of RGB (Red+Green+Blue) = 140+186+204=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #8CBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBACC is #734533. Grayscale: #AEAEAE. Windows color (decimal): -7554356 or 13417100. OLE color: 13417100.

HSL color Cylindrical-coordinate representation of color #8CBACC: hue angle of 196.88º 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 #8CBACC is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB140186204-
CMYK0.310.0900.2
HSL196.88º38.55%67.45%-
HSV(B)196.88º31.37%80%-
XYZ39.2745.0563.75-
YUV174.3144.76103.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.42%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=26.42%
G=35.09%
B=38.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1401862040.310.0900.2196.8838.5567.45
Hex8CBACC1F9014c52743
Octal214272314371102430547103
Binary100011001011101011001100111111001010100110001011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cbacc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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