Html Css Color HEX #8EBACF Seagull

📋 copy color: '#8EBACF'

red 142 ◦ green 186 ◦ blue 207

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

Shades of Seagull #8EBACF

Tints of Seagull #8EBACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.77%

 BLUE value IS 207 (81.25% from 255) = 38.69%

R = 26.54%
G = 34.77%
B = 38.69%

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

#8EBACF (or 0x8EBACF) is known color: Seagull. HEX triplet: 8E, BA and CF. RGB value is (142,186,207). Sum of RGB (Red+Green+Blue) = 142+186+207=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EBACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBACF is #714530. Grayscale: #AFAFAF. Windows color (decimal): -7423281 or 13613710. OLE color: 13613710.

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

Color convert

RGB 142 186 207 -
CMYK 0.31 0.10 0 0.19
HSL 199.38º 0.4% 0.68% -
HSV(B) 199.38º 0.31% 0.81% -
XYZ 39.98 45.37 65.68 -
YUV 175.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 142 186 207 0.31 0.10 0 0.19 199.38 0.4 0.68
Hex 8E BA CF 1F A 0 13 C7 28 44
Octal 216 272 317 37 12 0 23 307 50 104
Binary 10001110 10111010 11001111 11111 1010 0 10011 11000111 101000 1000100

Color Harmonies of #8EBACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBACF

Black with #8EBACF

Text Example


Text Example

White with #8EBACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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