Html Css Color HEX #94ADC2 Nepal

📋 copy color: '#94ADC2'

red 148 ◦ green 173 ◦ blue 194

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

Shades of Nepal #94ADC2

Tints of Nepal #94ADC2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.59%

 BLUE value IS 194 (76.17% from 255) = 37.67%

R = 28.74%
G = 33.59%
B = 37.67%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#94ADC2 (or 0x94ADC2) is known color: Nepal. HEX triplet: 94, AD and C2. RGB value is (148,173,194). Sum of RGB (Red+Green+Blue) = 148+173+194=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 194 - color contains mainly: blue. Hex color #94ADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADC2 is #6B523D. Grayscale: #A7A7A7. Windows color (decimal): -7033406 or 12758420. OLE color: 12758420.

HSL color Cylindrical-coordinate representation of color #94ADC2: hue angle of 207.39º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94ADC2 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 173 194 -
CMYK 0.24 0.11 0 0.24
HSL 207.39º 0.27% 0.67% -
HSV(B) 207.39º 0.24% 0.76% -
XYZ 36.89 40.08 56.83 -
YUV 167.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 148 173 194 0.24 0.11 0 0.24 207.39 0.27 0.67
Hex 94 AD C2 18 B 0 18 CF 1B 43
Octal 224 255 302 30 13 0 30 317 33 103
Binary 10010100 10101101 11000010 11000 1011 0 11000 11001111 11011 1000011

Color Harmonies of #94ADC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ADC2

Black with #94ADC2

Text Example


Text Example

White with #94ADC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,173,194); }

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

background-color css

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

 a { background-color: rgb(148,173,194); }

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

border-color css

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

 span { border-color: rgb(148,173,194); }

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