#8EBDCB

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

Shades of Seagull #8EBDCB

Tints of Seagull #8EBDCB

Color information

#8EBDCB (or 0x8EBDCB) is unknown color: approx Seagull. HEX triplet: 8E, BD and CB. RGB value is (142,189,203). Sum of RGB (Red+Green+Blue) = 142+189+203=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDCB is #714234. Grayscale: #B0B0B0. Windows color (decimal): -7422517 or 13352334. OLE color: 13352334.

HSL color Cylindrical-coordinate representation of color #8EBDCB: hue angle of 193.77º degrees, saturation: 0.37, 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 #8EBDCB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142189203-
CMYK0.300.0700.20
HSL193.77º36.97%67.65%-
HSV(B)193.77º30.05%79.61%-
XYZ40.1346.4663.35-
YUV176.54142.93103.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.59%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=26.59%
G=35.39%
B=38.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421892030.300.0700.20193.7736.9767.65
Hex8EBDCB1E7014c22544
Octal21627531336702430245104
Binary10001110101111011100101111110111010100110000101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,189,203); }

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

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

 a { background-color: rgb(142,189,203); }

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

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

 span { border-color: rgb(142,189,203); }

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