Html Css Color HEX #94AFC1 Nepal

📋 copy color: '#94AFC1'

red 148 ◦ green 175 ◦ blue 193

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

Shades of Nepal #94AFC1

Tints of Nepal #94AFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.4%

R = 28.68%
G = 33.91%
B = 37.4%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#94AFC1 (or 0x94AFC1) is known color: Nepal. HEX triplet: 94, AF and C1. RGB value is (148,175,193). Sum of RGB (Red+Green+Blue) = 148+175+193=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #94AFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFC1 is #6B503E. Grayscale: #A8A8A8. Windows color (decimal): -7032895 or 12693396. OLE color: 12693396.

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

Color convert

RGB 148 175 193 -
CMYK 0.23 0.09 0 0.24
HSL 204º 0.27% 0.67% -
HSV(B) 204º 0.23% 0.76% -
XYZ 37.17 40.81 56.37 -
YUV 168.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 148 175 193 0.23 0.09 0 0.24 204 0.27 0.67
Hex 94 AF C1 17 9 0 18 CC 1B 43
Octal 224 257 301 27 11 0 30 314 33 103
Binary 10010100 10101111 11000001 10111 1001 0 11000 11001100 11011 1000011

Color Harmonies of #94AFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AFC1

Black with #94AFC1

Text Example


Text Example

White with #94AFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,175,193); }

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

background-color css

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

 a { background-color: rgb(148,175,193); }

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

border-color css

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

 span { border-color: rgb(148,175,193); }

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