Html Css Color HEX #8FBACD Seagull

📋 copy color: '#8FBACD'

red 143 ◦ green 186 ◦ blue 205

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

Shades of Seagull #8FBACD

Tints of Seagull #8FBACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 26.78%
G = 34.83%
B = 38.39%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8FBACD (or 0x8FBACD) is known color: Seagull. HEX triplet: 8F, BA and CD. RGB value is (143,186,205). Sum of RGB (Red+Green+Blue) = 143+186+205=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBACD is #704532. Grayscale: #AFAFAF. Windows color (decimal): -7357747 or 13482639. OLE color: 13482639.

HSL color Cylindrical-coordinate representation of color #8FBACD: hue angle of 198.39º degrees, saturation: 0.38, 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 #8FBACD is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 186 205 -
CMYK 0.30 0.09 0 0.20
HSL 198.39º 0.38% 0.68% -
HSV(B) 198.39º 0.3% 0.8% -
XYZ 39.91 45.37 64.41 -
YUV 175.31 144.75 104.96 -
System Red Green Blue C M Y K H S L
Decimal 143 186 205 0.30 0.09 0 0.20 198.39 0.38 0.68
Hex 8F BA CD 1E 9 0 14 C6 26 44
Octal 217 272 315 36 11 0 24 306 46 104
Binary 10001111 10111010 11001101 11110 1001 0 10100 11000110 100110 1000100

Color Harmonies of #8FBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBACD

Black with #8FBACD

Text Example


Text Example

White with #8FBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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