#84A8BB

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

Shades of Nepal #84A8BB

Tints of Nepal #84A8BB

Color information

#84A8BB (or 0x84A8BB) is unknown color: approx Nepal. HEX triplet: 84, A8 and BB. RGB value is (132,168,187). Sum of RGB (Red+Green+Blue) = 132+168+187=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #84A8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A8BB is #7B5744. Grayscale: #9F9F9F. Windows color (decimal): -8083269 or 12298372. OLE color: 12298372.

HSL color Cylindrical-coordinate representation of color #84A8BB: hue angle of 200.73º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84A8BB is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132168187-
CMYK0.290.1000.27
HSL200.73º28.8%62.55%-
HSV(B)200.73º29.41%73.33%-
XYZ32.4936.552.35-
YUV159.4143.57108.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.10%
GREEN value IS 168 (66.02% from 255) = 34.50%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=27.10%
G=34.50%
B=38.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321681870.290.1000.27200.7328.862.55
Hex84A8BB1DA01Bc91d3f
Octal20425027335120333113577
Binary1000010010101000101110111110110100110111100100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A8BB; }

 p { color: rgb(132,168,187); }

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

<style>
 a { background-color: #84A8BB; }

 a { background-color: rgb(132,168,187); }

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

<style>
 span { border-color: #84A8BB; }

 span { border-color: rgb(132,168,187); }

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