Html Css Color HEX #8FB9CE Seagull

📋 copy color: '#8FB9CE'

red 143 ◦ green 185 ◦ blue 206

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

Shades of Seagull #8FB9CE

Tints of Seagull #8FB9CE

RGB

 RED value IS 143 (56.25% from 255) = 26.78%

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

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

R = 26.78%
G = 34.64%
B = 38.58%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8FB9CE (or 0x8FB9CE) is known color: Seagull. HEX triplet: 8F, B9 and CE. RGB value is (143,185,206). Sum of RGB (Red+Green+Blue) = 143+185+206=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FB9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB9CE is #704631. Grayscale: #AEAEAE. Windows color (decimal): -7358002 or 13547919. OLE color: 13547919.

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

Color convert

RGB 143 185 206 -
CMYK 0.31 0.10 0 0.19
HSL 200º 0.39% 0.68% -
HSV(B) 200º 0.31% 0.81% -
XYZ 39.82 44.99 64.98 -
YUV 174.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 143 185 206 0.31 0.10 0 0.19 200 0.39 0.68
Hex 8F B9 CE 1F A 0 13 C8 27 44
Octal 217 271 316 37 12 0 23 310 47 104
Binary 10001111 10111001 11001110 11111 1010 0 10011 11001000 100111 1000100

Color Harmonies of #8FB9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB9CE

Black with #8FB9CE

Text Example


Text Example

White with #8FB9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,185,206); }

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

background-color css

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

 a { background-color: rgb(143,185,206); }

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

border-color css

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

 span { border-color: rgb(143,185,206); }

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