#8EBCCC

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

Shades of Seagull #8EBCCC

Tints of Seagull #8EBCCC

Color information

#8EBCCC (or 0x8EBCCC) is unknown color: approx Seagull. HEX triplet: 8E, BC and CC. RGB value is (142,188,204). Sum of RGB (Red+Green+Blue) = 142+188+204=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EBCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCCC is #714333. Grayscale: #AFAFAF. Windows color (decimal): -7422772 or 13417614. OLE color: 13417614.

HSL color Cylindrical-coordinate representation of color #8EBCCC: hue angle of 195.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EBCCC is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB142188204-
CMYK0.300.0800.2
HSL195.48º37.8%67.84%-
HSV(B)195.48º30.39%80%-
XYZ40.0446.0863.91-
YUV176.07143.76103.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.59%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=26.59%
G=35.21%
B=38.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421882040.300.0800.2195.4837.867.84
Hex8EBCCC1E8014c32644
Octal216274314361002430346104
Binary100011101011110011001100111101000010100110000111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,188,204); }

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

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

 a { background-color: rgb(142,188,204); }

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

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

 span { border-color: rgb(142,188,204); }

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