Html Css Color HEX #8EB9CE Seagull

📋 copy color: '#8EB9CE'

red 142 ◦ green 185 ◦ blue 206

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

Shades of Seagull #8EB9CE

Tints of Seagull #8EB9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.71%

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 26.64%
G = 34.71%
B = 38.65%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8EB9CE (or 0x8EB9CE) is known color: Seagull. HEX triplet: 8E, B9 and CE. RGB value is (142,185,206). Sum of RGB (Red+Green+Blue) = 142+185+206=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EB9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB9CE is #714631. Grayscale: #AEAEAE. Windows color (decimal): -7423538 or 13547918. OLE color: 13547918.

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

Color convert

RGB 142 185 206 -
CMYK 0.31 0.10 0 0.19
HSL 199.69º 0.4% 0.68% -
HSV(B) 199.69º 0.31% 0.81% -
XYZ 39.64 44.9 64.97 -
YUV 174.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 142 185 206 0.31 0.10 0 0.19 199.69 0.4 0.68
Hex 8E B9 CE 1F A 0 13 C8 28 44
Octal 216 271 316 37 12 0 23 310 50 104
Binary 10001110 10111001 11001110 11111 1010 0 10011 11001000 101000 1000100

Color Harmonies of #8EB9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB9CE

Black with #8EB9CE

Text Example


Text Example

White with #8EB9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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