Html Css Color HEX #94ABC3 Nepal

📋 copy color: '#94ABC3'

red 148 ◦ green 171 ◦ blue 195

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

Shades of Nepal #94ABC3

Tints of Nepal #94ABC3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.27%

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

R = 28.79%
G = 33.27%
B = 37.94%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#94ABC3 (or 0x94ABC3) is known color: Nepal. HEX triplet: 94, AB and C3. RGB value is (148,171,195). Sum of RGB (Red+Green+Blue) = 148+171+195=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #94ABC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABC3 is #6B543C. Grayscale: #A6A6A6. Windows color (decimal): -7033917 or 12823444. OLE color: 12823444.

HSL color Cylindrical-coordinate representation of color #94ABC3: hue angle of 210.64º degrees, saturation: 0.28, 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 #94ABC3 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 171 195 -
CMYK 0.24 0.12 0 0.24
HSL 210.64º 0.28% 0.67% -
HSV(B) 210.64º 0.24% 0.76% -
XYZ 36.63 39.36 57.3 -
YUV 166.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 148 171 195 0.24 0.12 0 0.24 210.64 0.28 0.67
Hex 94 AB C3 18 C 0 18 D3 1C 43
Octal 224 253 303 30 14 0 30 323 34 103
Binary 10010100 10101011 11000011 11000 1100 0 11000 11010011 11100 1000011

Color Harmonies of #94ABC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ABC3

Black with #94ABC3

Text Example


Text Example

White with #94ABC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,171,195); }

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

background-color css

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

 a { background-color: rgb(148,171,195); }

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

border-color css

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

 span { border-color: rgb(148,171,195); }

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