#8EBCCE

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

Shades of Seagull #8EBCCE

Tints of Seagull #8EBCCE

Color information

#8EBCCE (or 0x8EBCCE) is unknown color: approx Seagull. HEX triplet: 8E, BC and CE. RGB value is (142,188,206). Sum of RGB (Red+Green+Blue) = 142+188+206=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EBCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCCE is #714331. Grayscale: #B0B0B0. Windows color (decimal): -7422770 or 13548686. OLE color: 13548686.

HSL color Cylindrical-coordinate representation of color #8EBCCE: hue angle of 196.88º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EBCCE is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142188206-
CMYK0.310.0900.19
HSL196.88º39.51%68.24%-
HSV(B)196.88º31.07%80.78%-
XYZ40.2846.1765.18-
YUV176.3144.76103.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.49%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=26.49%
G=35.07%
B=38.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421882060.310.0900.19196.8839.5168.24
Hex8EBCCE1F9013c52844
Octal216274316371102330550104
Binary100011101011110011001110111111001010011110001011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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