#8cb4ca

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

Shades of Nepal #8CB4CA

Tints of Nepal #8CB4CA

Color information

#8CB4CA (or 0x8CB4CA) is unknown color: approx Nepal. HEX triplet: 8C, B4 and CA. RGB value is (140,180,202). Sum of RGB (Red+Green+Blue) = 140+180+202=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CB4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB4CA is #734B35. Grayscale: #AAAAAA. Windows color (decimal): -7555894 or 13284492. OLE color: 13284492.

HSL color Cylindrical-coordinate representation of color #8CB4CA: hue angle of 201.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CB4CA is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB140180202-
CMYK0.310.1100.21
HSL201.29º36.9%67.06%-
HSV(B)201.29º30.69%79.22%-
XYZ37.842.4862.08-
YUV170.55145.75106.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.82%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=26.82%
G=34.48%
B=38.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401802020.310.1100.21201.2936.967.06
Hex8CB4CA1FB015c92543
Octal214264312371302531145103
Binary100011001011010011001010111111011010101110010011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cb4ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,180,202); }

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

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

 a { background-color: rgb(140,180,202); }

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

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

 span { border-color: rgb(140,180,202); }

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