#8EBBCD

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

Shades of Seagull #8EBBCD

Tints of Seagull #8EBBCD

Color information

#8EBBCD (or 0x8EBBCD) is unknown color: approx Seagull. HEX triplet: 8E, BB and CD. RGB value is (142,187,205). Sum of RGB (Red+Green+Blue) = 142+187+205=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EBBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBCD is #714432. Grayscale: #AFAFAF. Windows color (decimal): -7423027 or 13482894. OLE color: 13482894.

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

Color convert

RGB142187205-
CMYK0.310.0900.20
HSL197.14º38.65%68.04%-
HSV(B)197.14º30.73%80.39%-
XYZ39.9545.764.47-
YUV175.6144.59104.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.59%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=26.59%
G=35.02%
B=38.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421872050.310.0900.20197.1438.6568.04
Hex8EBBCD1F9014c52744
Octal216273315371102430547104
Binary100011101011101111001101111111001010100110001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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