Html Css Color HEX #8FBDCD Seagull

📋 copy color: '#8FBDCD'

red 143 ◦ green 189 ◦ blue 205

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

Shades of Seagull #8FBDCD

Tints of Seagull #8FBDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.2%

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

R = 26.63%
G = 35.2%
B = 38.18%

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

#8FBDCD (or 0x8FBDCD) is known color: Seagull. HEX triplet: 8F, BD and CD. RGB value is (143,189,205). Sum of RGB (Red+Green+Blue) = 143+189+205=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FBDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDCD is #704232. Grayscale: #B0B0B0. Windows color (decimal): -7356979 or 13483407. OLE color: 13483407.

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

Color convert

RGB 143 189 205 -
CMYK 0.30 0.08 0 0.20
HSL 195.48º 0.38% 0.68% -
HSV(B) 195.48º 0.3% 0.8% -
XYZ 40.54 46.64 64.62 -
YUV 177.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 143 189 205 0.30 0.08 0 0.20 195.48 0.38 0.68
Hex 8F BD CD 1E 8 0 14 C3 26 44
Octal 217 275 315 36 10 0 24 303 46 104
Binary 10001111 10111101 11001101 11110 1000 0 10100 11000011 100110 1000100

Color Harmonies of #8FBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBDCD

Black with #8FBDCD

Text Example


Text Example

White with #8FBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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