Html Css Color HEX #8EBED0 Seagull

📋 copy color: '#8EBED0'

red 142 ◦ green 190 ◦ blue 208

#8EBED0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #8EBED0

Tints of Seagull #8EBED0

RGB

 RED value IS 142 (55.86% from 255) = 26.3%

 GREEN value IS 190 (74.61% from 255) = 35.19%

 BLUE value IS 208 (81.64% from 255) = 38.52%

R = 26.3%
G = 35.19%
B = 38.52%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8EBED0 (or 0x8EBED0) is known color: Seagull. HEX triplet: 8E, BE and D0. RGB value is (142,190,208). Sum of RGB (Red+Green+Blue) = 142+190+208=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #8EBED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBED0 is #71412F. Grayscale: #B1B1B1. Windows color (decimal): -7422256 or 13680270. OLE color: 13680270.

HSL color Cylindrical-coordinate representation of color #8EBED0: hue angle of 196.36º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8EBED0 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 190 208 -
CMYK 0.32 0.09 0 0.18
HSL 196.36º 0.41% 0.69% -
HSV(B) 196.36º 0.32% 0.82% -
XYZ 40.95 47.13 66.61 -
YUV 177.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 142 190 208 0.32 0.09 0 0.18 196.36 0.41 0.69
Hex 8E BE D0 20 9 0 12 C4 29 45
Octal 216 276 320 40 11 0 22 304 51 105
Binary 10001110 10111110 11010000 100000 1001 0 10010 11000100 101001 1000101

Color Harmonies of #8EBED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBED0

Black with #8EBED0

Text Example


Text Example

White with #8EBED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,190,208); }

 H1.HeaderClassName
 {
   color: #8EBED0;
 }
 .AnyTagClassName
 {
   color: #8EBED0;
 }
</style>

background-color css

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

 a { background-color: rgb(142,190,208); }

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

border-color css

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

 span { border-color: rgb(142,190,208); }

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