Html Css Color HEX #8EBECD Seagull

📋 copy color: '#8EBECD'

red 142 ◦ green 190 ◦ blue 205

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

Shades of Seagull #8EBECD

Tints of Seagull #8EBECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 26.44%
G = 35.38%
B = 38.18%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8EBECD (or 0x8EBECD) is known color: Seagull. HEX triplet: 8E, BE and CD. RGB value is (142,190,205). Sum of RGB (Red+Green+Blue) = 142+190+205=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EBECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBECD is #714132. Grayscale: #B1B1B1. Windows color (decimal): -7422259 or 13483662. OLE color: 13483662.

HSL color Cylindrical-coordinate representation of color #8EBECD: hue angle of 194.29º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EBECD is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 190 205 -
CMYK 0.31 0.07 0 0.20
HSL 194.29º 0.39% 0.68% -
HSV(B) 194.29º 0.31% 0.8% -
XYZ 40.59 46.99 64.69 -
YUV 177.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 142 190 205 0.31 0.07 0 0.20 194.29 0.39 0.68
Hex 8E BE CD 1F 7 0 14 C2 27 44
Octal 216 276 315 37 7 0 24 302 47 104
Binary 10001110 10111110 11001101 11111 111 0 10100 11000010 100111 1000100

Color Harmonies of #8EBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBECD

Black with #8EBECD

Text Example


Text Example

White with #8EBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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