#8EBAD4

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

Shades of Seagull #8EBAD4

Tints of Seagull #8EBAD4

Color information

#8EBAD4 (or 0x8EBAD4) is unknown color: approx Seagull. HEX triplet: 8E, BA and D4. RGB value is (142,186,212). Sum of RGB (Red+Green+Blue) = 142+186+212=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 212 - color contains mainly: blue. Hex color #8EBAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBAD4 is #71452B. Grayscale: #AFAFAF. Windows color (decimal): -7423276 or 13941390. OLE color: 13941390.

HSL color Cylindrical-coordinate representation of color #8EBAD4: hue angle of 202.29º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EBAD4 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB142186212-
CMYK0.330.1200.17
HSL202.29º44.87%69.41%-
HSV(B)202.29º33.02%83.14%-
XYZ40.645.6268.95-
YUV175.81148.42103.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.30%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 212 (83.20% from 255) = 39.26%
R=26.30%
G=34.44%
B=39.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1421862120.330.1200.17202.2944.8769.41
Hex8EBAD421C011ca2d45
Octal216272324411402131255105
Binary1000111010111010110101001000011100010001110010101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,186,212); }

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

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

 a { background-color: rgb(142,186,212); }

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

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

 span { border-color: rgb(142,186,212); }

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