Html Css Color HEX #8EB9CF Seagull

📋 copy color: '#8EB9CF'

red 142 ◦ green 185 ◦ blue 207

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

Shades of Seagull #8EB9CF

Tints of Seagull #8EB9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.64%

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

R = 26.59%
G = 34.64%
B = 38.76%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8EB9CF (or 0x8EB9CF) is known color: Seagull. HEX triplet: 8E, B9 and CF. RGB value is (142,185,207). Sum of RGB (Red+Green+Blue) = 142+185+207=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EB9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB9CF is #714630. Grayscale: #AEAEAE. Windows color (decimal): -7423537 or 13613454. OLE color: 13613454.

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

Color convert

RGB 142 185 207 -
CMYK 0.31 0.11 0 0.19
HSL 200.31º 0.4% 0.68% -
HSV(B) 200.31º 0.31% 0.81% -
XYZ 39.77 44.95 65.61 -
YUV 174.65 146.25 104.71 -
System Red Green Blue C M Y K H S L
Decimal 142 185 207 0.31 0.11 0 0.19 200.31 0.4 0.68
Hex 8E B9 CF 1F B 0 13 C8 28 44
Octal 216 271 317 37 13 0 23 310 50 104
Binary 10001110 10111001 11001111 11111 1011 0 10011 11001000 101000 1000100

Color Harmonies of #8EB9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB9CF

Black with #8EB9CF

Text Example


Text Example

White with #8EB9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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