#8CBECD

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

Shades of Seagull #8CBECD

Tints of Seagull #8CBECD

Color information

#8CBECD (or 0x8CBECD) is unknown color: approx Seagull. HEX triplet: 8C, BE and CD. RGB value is (140,190,205). Sum of RGB (Red+Green+Blue) = 140+190+205=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CBECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBECD is #734132. Grayscale: #B0B0B0. Windows color (decimal): -7553331 or 13483660. OLE color: 13483660.

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

Color convert

RGB140190205-
CMYK0.320.0700.20
HSL193.85º39.39%67.65%-
HSV(B)193.85º31.71%80.39%-
XYZ40.2546.8164.67-
YUV176.76143.94101.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.17%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=26.17%
G=35.51%
B=38.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401902050.320.0700.20193.8539.3967.65
Hex8CBECD207014c22744
Octal21427631540702430247104
Binary100011001011111011001101100000111010100110000101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,190,205); }

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

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

 a { background-color: rgb(140,190,205); }

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

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

 span { border-color: rgb(140,190,205); }

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