Html Css Color HEX #8EB8CF Seagull

📋 copy color: '#8EB8CF'

red 142 ◦ green 184 ◦ blue 207

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

Shades of Seagull #8EB8CF

Tints of Seagull #8EB8CF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.52%

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

R = 26.64%
G = 34.52%
B = 38.84%

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

#8EB8CF (or 0x8EB8CF) is known color: Seagull. HEX triplet: 8E, B8 and CF. RGB value is (142,184,207). Sum of RGB (Red+Green+Blue) = 142+184+207=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EB8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB8CF is #714730. Grayscale: #ADADAD. Windows color (decimal): -7423793 or 13613198. OLE color: 13613198.

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

Color convert

RGB 142 184 207 -
CMYK 0.31 0.11 0 0.19
HSL 201.23º 0.4% 0.68% -
HSV(B) 201.23º 0.31% 0.81% -
XYZ 39.56 44.54 65.54 -
YUV 174.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 142 184 207 0.31 0.11 0 0.19 201.23 0.4 0.68
Hex 8E B8 CF 1F B 0 13 C9 28 44
Octal 216 270 317 37 13 0 23 311 50 104
Binary 10001110 10111000 11001111 11111 1011 0 10011 11001001 101000 1000100

Color Harmonies of #8EB8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB8CF

Black with #8EB8CF

Text Example


Text Example

White with #8EB8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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