#8EBFC8

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

Shades of Seagull #8EBFC8

Tints of Seagull #8EBFC8

Color information

#8EBFC8 (or 0x8EBFC8) is unknown color: approx Seagull. HEX triplet: 8E, BF and C8. RGB value is (142,191,200). Sum of RGB (Red+Green+Blue) = 142+191+200=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #8EBFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFC8 is #714037. Grayscale: #B1B1B1. Windows color (decimal): -7422008 or 13156238. OLE color: 13156238.

HSL color Cylindrical-coordinate representation of color #8EBFC8: hue angle of 189.31º 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 #8EBFC8 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB142191200-
CMYK0.290.0400.22
HSL189.31º34.52%67.06%-
HSV(B)189.31º29%78.43%-
XYZ40.2147.1861.63-
YUV177.38140.77102.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.64%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=26.64%
G=35.83%
B=37.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1421912000.290.0400.22189.3134.5267.06
Hex8EBFC81D4016bd2343
Octal21627731035402627543103
Binary10001110101111111100100011101100010110101111011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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