Html Css Color HEX #8EBCC9 Seagull

📋 copy color: '#8EBCC9'

red 142 ◦ green 188 ◦ blue 201

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

Shades of Seagull #8EBCC9

Tints of Seagull #8EBCC9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.4%

 BLUE value IS 201 (78.91% from 255) = 37.85%

R = 26.74%
G = 35.4%
B = 37.85%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8EBCC9 (or 0x8EBCC9) is known color: Seagull. HEX triplet: 8E, BC and C9. RGB value is (142,188,201). Sum of RGB (Red+Green+Blue) = 142+188+201=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 201 - color contains mainly: blue. Hex color #8EBCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCC9 is #714336. Grayscale: #AFAFAF. Windows color (decimal): -7422775 or 13221006. OLE color: 13221006.

HSL color Cylindrical-coordinate representation of color #8EBCC9: hue angle of 193.22º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EBCC9 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 188 201 -
CMYK 0.29 0.06 0 0.21
HSL 193.22º 0.35% 0.67% -
HSV(B) 193.22º 0.29% 0.79% -
XYZ 39.68 45.93 62.03 -
YUV 175.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 142 188 201 0.29 0.06 0 0.21 193.22 0.35 0.67
Hex 8E BC C9 1D 6 0 15 C1 23 43
Octal 216 274 311 35 6 0 25 301 43 103
Binary 10001110 10111100 11001001 11101 110 0 10101 11000001 100011 1000011

Color Harmonies of #8EBCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBCC9

Black with #8EBCC9

Text Example


Text Example

White with #8EBCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,188,201); }

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

background-color css

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

 a { background-color: rgb(142,188,201); }

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

border-color css

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

 span { border-color: rgb(142,188,201); }

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