Html Css Color HEX #8FBACB Seagull

📋 copy color: '#8FBACB'

red 143 ◦ green 186 ◦ blue 203

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

Shades of Seagull #8FBACB

Tints of Seagull #8FBACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.96%

 BLUE value IS 203 (79.69% from 255) = 38.16%

R = 26.88%
G = 34.96%
B = 38.16%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8FBACB (or 0x8FBACB) is known color: Seagull. HEX triplet: 8F, BA and CB. RGB value is (143,186,203). Sum of RGB (Red+Green+Blue) = 143+186+203=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FBACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBACB is #704534. Grayscale: #AEAEAE. Windows color (decimal): -7357749 or 13351567. OLE color: 13351567.

HSL color Cylindrical-coordinate representation of color #8FBACB: hue angle of 197º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FBACB is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 186 203 -
CMYK 0.30 0.08 0 0.20
HSL 197º 0.37% 0.68% -
HSV(B) 197º 0.3% 0.8% -
XYZ 39.67 45.27 63.15 -
YUV 175.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 143 186 203 0.30 0.08 0 0.20 197 0.37 0.68
Hex 8F BA CB 1E 8 0 14 C5 25 44
Octal 217 272 313 36 10 0 24 305 45 104
Binary 10001111 10111010 11001011 11110 1000 0 10100 11000101 100101 1000100

Color Harmonies of #8FBACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBACB

Black with #8FBACB

Text Example


Text Example

White with #8FBACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,186,203); }

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

background-color css

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

 a { background-color: rgb(143,186,203); }

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

border-color css

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

 span { border-color: rgb(143,186,203); }

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