#8EBFCE

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

Shades of Seagull #8EBFCE

Tints of Seagull #8EBFCE

Color information

#8EBFCE (or 0x8EBFCE) is unknown color: approx Seagull. HEX triplet: 8E, BF and CE. RGB value is (142,191,206). Sum of RGB (Red+Green+Blue) = 142+191+206=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EBFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFCE is #714031. Grayscale: #B1B1B1. Windows color (decimal): -7422002 or 13549454. OLE color: 13549454.

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

Color convert

RGB142191206-
CMYK0.310.0700.19
HSL194.06º39.51%68.24%-
HSV(B)194.06º31.07%80.78%-
XYZ40.9347.4765.4-
YUV178.06143.77102.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.35%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=26.35%
G=35.44%
B=38.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421912060.310.0700.19194.0639.5168.24
Hex8EBFCE1F7013c22844
Octal21627731637702330250104
Binary10001110101111111100111011111111010011110000101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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