#97BACC

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

Shades of Nepal #97BACC

Tints of Nepal #97BACC

Color information

#97BACC (or 0x97BACC) is unknown color: approx Nepal. HEX triplet: 97, BA and CC. RGB value is (151,186,204). Sum of RGB (Red+Green+Blue) = 151+186+204=541 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.91% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #97BACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BACC is #684533. Grayscale: #B1B1B1. Windows color (decimal): -6833460 or 13417111. OLE color: 13417111.

HSL color Cylindrical-coordinate representation of color #97BACC: hue angle of 200.38º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97BACC is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB151186204-
CMYK0.260.0900.2
HSL200.38º34.19%69.61%-
HSV(B)200.38º25.98%80%-
XYZ41.2246.0663.84-
YUV177.59142.9109.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.91%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=27.91%
G=34.38%
B=37.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1511862040.260.0900.2200.3834.1969.61
Hex97BACC1A9014c82246
Octal227272314321102431042106
Binary100101111011101011001100110101001010100110010001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97BACC; }

 p { color: rgb(151,186,204); }

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

<style>
 a { background-color: #97BACC; }

 a { background-color: rgb(151,186,204); }

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

<style>
 span { border-color: #97BACC; }

 span { border-color: rgb(151,186,204); }

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