Html Css Color HEX #94ACB8 Nepal

📋 copy color: '#94ACB8'

red 148 ◦ green 172 ◦ blue 184

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

Shades of Nepal #94ACB8

Tints of Nepal #94ACB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 29.37%
G = 34.13%
B = 36.51%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#94ACB8 (or 0x94ACB8) is known color: Nepal. HEX triplet: 94, AC and B8. RGB value is (148,172,184). Sum of RGB (Red+Green+Blue) = 148+172+184=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 184 - color contains mainly: blue. Hex color #94ACB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ACB8 is #6B5347. Grayscale: #A6A6A6. Windows color (decimal): -7033672 or 12102804. OLE color: 12102804.

HSL color Cylindrical-coordinate representation of color #94ACB8: hue angle of 200º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94ACB8 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 172 184 -
CMYK 0.20 0.07 0 0.28
HSL 200º 0.2% 0.65% -
HSV(B) 200º 0.2% 0.72% -
XYZ 35.62 39.26 51.05 -
YUV 166.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 148 172 184 0.20 0.07 0 0.28 200 0.2 0.65
Hex 94 AC B8 14 7 0 1C C8 14 41
Octal 224 254 270 24 7 0 34 310 24 101
Binary 10010100 10101100 10111000 10100 111 0 11100 11001000 10100 1000001

Color Harmonies of #94ACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ACB8

Black with #94ACB8

Text Example


Text Example

White with #94ACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,172,184); }

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

background-color css

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

 a { background-color: rgb(148,172,184); }

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

border-color css

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

 span { border-color: rgb(148,172,184); }

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