Html Css Color HEX #8FB0BF Nepal

📋 copy color: '#8FB0BF'

red 143 ◦ green 176 ◦ blue 191

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

Shades of Nepal #8FB0BF

Tints of Nepal #8FB0BF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.51%

 BLUE value IS 191 (75% from 255) = 37.45%

R = 28.04%
G = 34.51%
B = 37.45%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8FB0BF (or 0x8FB0BF) is known color: Nepal. HEX triplet: 8F, B0 and BF. RGB value is (143,176,191). Sum of RGB (Red+Green+Blue) = 143+176+191=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FB0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB0BF is #704F40. Grayscale: #A7A7A7. Windows color (decimal): -7360321 or 12562575. OLE color: 12562575.

HSL color Cylindrical-coordinate representation of color #8FB0BF: hue angle of 198.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FB0BF is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 176 191 -
CMYK 0.25 0.08 0 0.25
HSL 198.75º 0.27% 0.65% -
HSV(B) 198.75º 0.25% 0.75% -
XYZ 36.26 40.65 55.23 -
YUV 167.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 143 176 191 0.25 0.08 0 0.25 198.75 0.27 0.65
Hex 8F B0 BF 19 8 0 19 C7 1B 41
Octal 217 260 277 31 10 0 31 307 33 101
Binary 10001111 10110000 10111111 11001 1000 0 11001 11000111 11011 1000001

Color Harmonies of #8FB0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB0BF

Black with #8FB0BF

Text Example


Text Example

White with #8FB0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,176,191); }

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

background-color css

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

 a { background-color: rgb(143,176,191); }

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

border-color css

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

 span { border-color: rgb(143,176,191); }

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