Html Css Color HEX #8EBFCE Seagull

📋 copy color: '#8EBFCE'

red 142 ◦ green 191 ◦ blue 206

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

Shades of Seagull #8EBFCE

Tints of Seagull #8EBFCE

RGB

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

 GREEN value IS 191 (75% from 255) = 35.44%

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

R = 26.35%
G = 35.44%
B = 38.22%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8EBFCE (or 0x8EBFCE) is known color: Seagull. HEX triplet: 8E, BF and CE. RGB value is (142,191,206). Sum of RGB (Red+Green+Blue) = 142+191+206=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EBFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFCE is #714031. Grayscale: #B1B1B1. Windows color (decimal): -7422002 or 13549454. OLE color: 13549454.

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

Color convert

RGB 142 191 206 -
CMYK 0.31 0.07 0 0.19
HSL 194.06º 0.4% 0.68% -
HSV(B) 194.06º 0.31% 0.81% -
XYZ 40.93 47.47 65.4 -
YUV 178.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 142 191 206 0.31 0.07 0 0.19 194.06 0.4 0.68
Hex 8E BF CE 1F 7 0 13 C2 28 44
Octal 216 277 316 37 7 0 23 302 50 104
Binary 10001110 10111111 11001110 11111 111 0 10011 11000010 101000 1000100

Color Harmonies of #8EBFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBFCE

Black with #8EBFCE

Text Example


Text Example

White with #8EBFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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