Html Css Color HEX #94B7C5 Nepal

📋 copy color: '#94B7C5'

red 148 ◦ green 183 ◦ blue 197

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

Shades of Nepal #94B7C5

Tints of Nepal #94B7C5

RGB

 RED value IS 148 (58.2% from 255) = 28.03%

 GREEN value IS 183 (71.88% from 255) = 34.66%

 BLUE value IS 197 (77.34% from 255) = 37.31%

R = 28.03%
G = 34.66%
B = 37.31%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#94B7C5 (or 0x94B7C5) is known color: Nepal. HEX triplet: 94, B7 and C5. RGB value is (148,183,197). Sum of RGB (Red+Green+Blue) = 148+183+197=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 197 - color contains mainly: blue. Hex color #94B7C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B7C5 is #6B483A. Grayscale: #AEAEAE. Windows color (decimal): -7030843 or 12957588. OLE color: 12957588.

HSL color Cylindrical-coordinate representation of color #94B7C5: hue angle of 197.14º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94B7C5 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 183 197 -
CMYK 0.25 0.07 0 0.23
HSL 197.14º 0.3% 0.68% -
HSV(B) 197.14º 0.25% 0.77% -
XYZ 39.22 44.19 59.29 -
YUV 174.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 148 183 197 0.25 0.07 0 0.23 197.14 0.3 0.68
Hex 94 B7 C5 19 7 0 17 C5 1E 44
Octal 224 267 305 31 7 0 27 305 36 104
Binary 10010100 10110111 11000101 11001 111 0 10111 11000101 11110 1000100

Color Harmonies of #94B7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B7C5

Black with #94B7C5

Text Example


Text Example

White with #94B7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94B7C5; }

 p { color: rgb(148,183,197); }

 H1.HeaderClassName
 {
   color: #94B7C5;
 }
 .AnyTagClassName
 {
   color: #94B7C5;
 }
</style>

background-color css

<style>
 a { background-color: #94B7C5; }

 a { background-color: rgb(148,183,197); }

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

border-color css

<style>
 span { border-color: #94B7C5; }

 span { border-color: rgb(148,183,197); }

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