Html Css Color HEX #8EBECF Seagull

📋 copy color: '#8EBECF'

red 142 ◦ green 190 ◦ blue 207

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

Shades of Seagull #8EBECF

Tints of Seagull #8EBECF

RGB

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

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

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

R = 26.35%
G = 35.25%
B = 38.4%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8EBECF (or 0x8EBECF) is known color: Seagull. HEX triplet: 8E, BE and CF. RGB value is (142,190,207). Sum of RGB (Red+Green+Blue) = 142+190+207=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EBECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBECF is #714130. Grayscale: #B1B1B1. Windows color (decimal): -7422257 or 13614734. OLE color: 13614734.

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

Color convert

RGB 142 190 207 -
CMYK 0.31 0.08 0 0.19
HSL 195.69º 0.4% 0.68% -
HSV(B) 195.69º 0.31% 0.81% -
XYZ 40.83 47.08 65.97 -
YUV 177.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 142 190 207 0.31 0.08 0 0.19 195.69 0.4 0.68
Hex 8E BE CF 1F 8 0 13 C4 28 44
Octal 216 276 317 37 10 0 23 304 50 104
Binary 10001110 10111110 11001111 11111 1000 0 10011 11000100 101000 1000100

Color Harmonies of #8EBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBECF

Black with #8EBECF

Text Example


Text Example

White with #8EBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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