#8EBDCD

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

Shades of Seagull #8EBDCD

Tints of Seagull #8EBDCD

Color information

#8EBDCD (or 0x8EBDCD) is unknown color: approx Seagull. HEX triplet: 8E, BD and CD. RGB value is (142,189,205). Sum of RGB (Red+Green+Blue) = 142+189+205=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EBDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDCD is #714232. Grayscale: #B0B0B0. Windows color (decimal): -7422515 or 13483406. OLE color: 13483406.

HSL color Cylindrical-coordinate representation of color #8EBDCD: hue angle of 195.24º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EBDCD is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142189205-
CMYK0.310.0800.20
HSL195.24º38.65%68.04%-
HSV(B)195.24º30.73%80.39%-
XYZ40.3746.5564.62-
YUV176.77143.93103.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.49%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=26.49%
G=35.26%
B=38.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421892050.310.0800.20195.2438.6568.04
Hex8EBDCD1F8014c32744
Octal216275315371002430347104
Binary100011101011110111001101111111000010100110000111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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