#8FB8CB

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

Shades of Nepal #8FB8CB

Tints of Nepal #8FB8CB

Color information

#8FB8CB (or 0x8FB8CB) is unknown color: approx Nepal. HEX triplet: 8F, B8 and CB. RGB value is (143,184,203). Sum of RGB (Red+Green+Blue) = 143+184+203=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FB8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB8CB is #704734. Grayscale: #ADADAD. Windows color (decimal): -7358261 or 13351055. OLE color: 13351055.

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

Color convert

RGB143184203-
CMYK0.300.0900.20
HSL199º36.59%67.84%-
HSV(B)199º29.56%79.61%-
XYZ39.2544.4363.01-
YUV173.91144.42105.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.98%
GREEN value IS 184 (72.27% from 255) = 34.72%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=26.98%
G=34.72%
B=38.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431842030.300.0900.2019936.5967.84
Hex8FB8CB1E9014c72544
Octal217270313361102430745104
Binary100011111011100011001011111101001010100110001111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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