Html Css Color HEX #94AFC4 Nepal

📋 copy color: '#94AFC4'

red 148 ◦ green 175 ◦ blue 196

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

Shades of Nepal #94AFC4

Tints of Nepal #94AFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.76%

R = 28.52%
G = 33.72%
B = 37.76%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#94AFC4 (or 0x94AFC4) is known color: Nepal. HEX triplet: 94, AF and C4. RGB value is (148,175,196). Sum of RGB (Red+Green+Blue) = 148+175+196=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 196 - color contains mainly: blue. Hex color #94AFC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFC4 is #6B503B. Grayscale: #A9A9A9. Windows color (decimal): -7032892 or 12890004. OLE color: 12890004.

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

Color convert

RGB 148 175 196 -
CMYK 0.24 0.11 0 0.23
HSL 206.25º 0.29% 0.67% -
HSV(B) 206.25º 0.24% 0.77% -
XYZ 37.51 40.94 58.15 -
YUV 169.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 148 175 196 0.24 0.11 0 0.23 206.25 0.29 0.67
Hex 94 AF C4 18 B 0 17 CE 1D 43
Octal 224 257 304 30 13 0 27 316 35 103
Binary 10010100 10101111 11000100 11000 1011 0 10111 11001110 11101 1000011

Color Harmonies of #94AFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AFC4

Black with #94AFC4

Text Example


Text Example

White with #94AFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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