#8EBDC8

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

Shades of Seagull #8EBDC8

Tints of Seagull #8EBDC8

Color information

#8EBDC8 (or 0x8EBDC8) is unknown color: approx Seagull. HEX triplet: 8E, BD and C8. RGB value is (142,189,200). Sum of RGB (Red+Green+Blue) = 142+189+200=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 200 - color contains mainly: blue. Hex color #8EBDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDC8 is #714237. Grayscale: #B0B0B0. Windows color (decimal): -7422520 or 13155726. OLE color: 13155726.

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

Color convert

RGB142189200-
CMYK0.290.0600.22
HSL191.38º34.52%67.06%-
HSV(B)191.38º29%78.43%-
XYZ39.7846.3261.49-
YUV176.2141.43103.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.74%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=26.74%
G=35.59%
B=37.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1421892000.290.0600.22191.3834.5267.06
Hex8EBDC81D6016bf2343
Octal21627531035602627743103
Binary10001110101111011100100011101110010110101111111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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