Html Css Color HEX #97AFC0 Nepal

📋 copy color: '#97AFC0'

red 151 ◦ green 175 ◦ blue 192

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

Shades of Nepal #97AFC0

Tints of Nepal #97AFC0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.78%

 BLUE value IS 192 (75.39% from 255) = 37.07%

R = 29.15%
G = 33.78%
B = 37.07%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#97AFC0 (or 0x97AFC0) is known color: Nepal. HEX triplet: 97, AF and C0. RGB value is (151,175,192). Sum of RGB (Red+Green+Blue) = 151+175+192=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #97AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AFC0 is #68503F. Grayscale: #A9A9A9. Windows color (decimal): -6836288 or 12627863. OLE color: 12627863.

HSL color Cylindrical-coordinate representation of color #97AFC0: hue angle of 204.88º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97AFC0 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 175 192 -
CMYK 0.21 0.09 0 0.25
HSL 204.88º 0.25% 0.67% -
HSV(B) 204.88º 0.21% 0.75% -
XYZ 37.61 41.05 55.81 -
YUV 169.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 151 175 192 0.21 0.09 0 0.25 204.88 0.25 0.67
Hex 97 AF C0 15 9 0 19 CD 19 43
Octal 227 257 300 25 11 0 31 315 31 103
Binary 10010111 10101111 11000000 10101 1001 0 11001 11001101 11001 1000011

Color Harmonies of #97AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AFC0

Black with #97AFC0

Text Example


Text Example

White with #97AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,175,192); }

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

background-color css

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

 a { background-color: rgb(151,175,192); }

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

border-color css

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

 span { border-color: rgb(151,175,192); }

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