#8EBDCF

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

Shades of Seagull #8EBDCF

Tints of Seagull #8EBDCF

Color information

#8EBDCF (or 0x8EBDCF) is unknown color: approx Seagull. HEX triplet: 8E, BD and CF. RGB value is (142,189,207). Sum of RGB (Red+Green+Blue) = 142+189+207=538 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.39% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EBDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDCF is #714230. Grayscale: #B0B0B0. Windows color (decimal): -7422513 or 13614478. OLE color: 13614478.

HSL color Cylindrical-coordinate representation of color #8EBDCF: hue angle of 196.62º 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 #8EBDCF is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142189207-
CMYK0.310.0900.19
HSL196.62º40.37%68.43%-
HSV(B)196.62º31.4%81.18%-
XYZ40.6246.6565.9-
YUV177144.93103.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.39%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=26.39%
G=35.13%
B=38.48%

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
Decimal1421892070.310.0900.19196.6240.3768.43
Hex8EBDCF1F9013c52844
Octal216275317371102330550104
Binary100011101011110111001111111111001010011110001011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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