#8EBEC9

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

Shades of Seagull #8EBEC9

Tints of Seagull #8EBEC9

Color information

#8EBEC9 (or 0x8EBEC9) is unknown color: approx Seagull. HEX triplet: 8E, BE and C9. RGB value is (142,190,201). Sum of RGB (Red+Green+Blue) = 142+190+201=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 201 - color contains mainly: blue. Hex color #8EBEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBEC9 is #714136. Grayscale: #B0B0B0. Windows color (decimal): -7422263 or 13221518. OLE color: 13221518.

HSL color Cylindrical-coordinate representation of color #8EBEC9: hue angle of 191.19º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EBEC9 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142190201-
CMYK0.290.0500.21
HSL191.19º35.33%67.25%-
HSV(B)191.19º29.35%78.82%-
XYZ40.1146.7962.18-
YUV176.9141.6103.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.64%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 201 (78.91% from 255) = 37.71%
R=26.64%
G=35.65%
B=37.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421902010.290.0500.21191.1935.3367.25
Hex8EBEC91D5015bf2343
Octal21627631135502527743103
Binary10001110101111101100100111101101010101101111111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,190,201); }

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

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

 a { background-color: rgb(142,190,201); }

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

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

 span { border-color: rgb(142,190,201); }

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