#8FB6CA

Color #8FB6CA Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #8FB6CA

Tints of Nepal #8FB6CA

Color information

#8FB6CA (or 0x8FB6CA) is unknown color: approx Nepal. HEX triplet: 8F, B6 and CA. RGB value is (143,182,202). Sum of RGB (Red+Green+Blue) = 143+182+202=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FB6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB6CA is #704935. Grayscale: #ACACAC. Windows color (decimal): -7358774 or 13285007. OLE color: 13285007.

HSL color Cylindrical-coordinate representation of color #8FB6CA: hue angle of 200.34º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FB6CA is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143182202-
CMYK0.290.1000.21
HSL200.34º35.76%67.65%-
HSV(B)200.34º29.21%79.22%-
XYZ38.7243.5662.24-
YUV172.62144.58106.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.13%
GREEN value IS 182 (71.48% from 255) = 34.54%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=27.13%
G=34.54%
B=38.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431822020.290.1000.21200.3435.7667.65
Hex8FB6CA1DA015c82444
Octal217266312351202531044104
Binary100011111011011011001010111011010010101110010001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,182,202); }

 H1.HeaderClassName
 {
   color: #8FB6CA;
 }
 .AnyTagClassName
 {
   color: #8FB6CA;
 }
</style>
background-color css

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

 a { background-color: rgb(143,182,202); }

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

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

 span { border-color: rgb(143,182,202); }

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