#97B5CA

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

Shades of Nepal #97B5CA

Tints of Nepal #97B5CA

Color information

#97B5CA (or 0x97B5CA) is unknown color: approx Nepal. HEX triplet: 97, B5 and CA. RGB value is (151,181,202). Sum of RGB (Red+Green+Blue) = 151+181+202=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #97B5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B5CA is #684A35. Grayscale: #AEAEAE. Windows color (decimal): -6834742 or 13284759. OLE color: 13284759.

HSL color Cylindrical-coordinate representation of color #97B5CA: hue angle of 204.71º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97B5CA is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151181202-
CMYK0.250.1000.21
HSL204.71º32.48%69.22%-
HSV(B)204.71º25.25%79.22%-
XYZ39.9543.8962.24-
YUV174.42143.56111.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.28%
GREEN value IS 181 (71.09% from 255) = 33.90%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=28.28%
G=33.90%
B=37.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511812020.250.1000.21204.7132.4869.22
Hex97B5CA19A015cd2045
Octal227265312311202531540105
Binary100101111011010111001010110011010010101110011011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,181,202); }

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

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

 a { background-color: rgb(151,181,202); }

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

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

 span { border-color: rgb(151,181,202); }

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