Html Css Color HEX #97ACC3 Nepal

📋 copy color: '#97ACC3'

red 151 ◦ green 172 ◦ blue 195

#97ACC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #97ACC3

Tints of Nepal #97ACC3

RGB

 RED value IS 151 (59.38% from 255) = 29.15%

 GREEN value IS 172 (67.58% from 255) = 33.2%

 BLUE value IS 195 (76.56% from 255) = 37.64%

R = 29.15%
G = 33.2%
B = 37.64%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#97ACC3 (or 0x97ACC3) is known color: Nepal. HEX triplet: 97, AC and C3. RGB value is (151,172,195). Sum of RGB (Red+Green+Blue) = 151+172+195=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 195 - color contains mainly: blue. Hex color #97ACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ACC3 is #68533C. Grayscale: #A8A8A8. Windows color (decimal): -6837053 or 12823703. OLE color: 12823703.

HSL color Cylindrical-coordinate representation of color #97ACC3: hue angle of 211.36º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97ACC3 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 172 195 -
CMYK 0.23 0.12 0 0.24
HSL 211.36º 0.27% 0.68% -
HSV(B) 211.36º 0.23% 0.76% -
XYZ 37.37 40.02 57.39 -
YUV 168.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 151 172 195 0.23 0.12 0 0.24 211.36 0.27 0.68
Hex 97 AC C3 17 C 0 18 D3 1B 44
Octal 227 254 303 27 14 0 30 323 33 104
Binary 10010111 10101100 11000011 10111 1100 0 11000 11010011 11011 1000100

Color Harmonies of #97ACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ACC3

Black with #97ACC3

Text Example


Text Example

White with #97ACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,172,195); }

 H1.HeaderClassName
 {
   color: #97ACC3;
 }
 .AnyTagClassName
 {
   color: #97ACC3;
 }
</style>

background-color css

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

 a { background-color: rgb(151,172,195); }

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

border-color css

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

 span { border-color: rgb(151,172,195); }

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