#94B4CA

Color #94B4CA Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #94B4CA

Tints of Nepal #94B4CA

Color information

#94B4CA (or 0x94B4CA) is unknown color: approx Nepal. HEX triplet: 94, B4 and CA. RGB value is (148,180,202). Sum of RGB (Red+Green+Blue) = 148+180+202=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #94B4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B4CA is #6B4B35. Grayscale: #ACACAC. Windows color (decimal): -7031606 or 13284500. OLE color: 13284500.

HSL color Cylindrical-coordinate representation of color #94B4CA: hue angle of 204.44º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94B4CA is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148180202-
CMYK0.270.1100.21
HSL204.44º33.75%68.63%-
HSV(B)204.44º26.73%79.22%-
XYZ39.1943.262.15-
YUV172.94144.4110.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.92%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=27.92%
G=33.96%
B=38.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481802020.270.1100.21204.4433.7568.63
Hex94B4CA1BB015cc2245
Octal224264312331302531442105
Binary100101001011010011001010110111011010101110011001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,180,202); }

 H1.HeaderClassName
 {
   color: #94B4CA;
 }
 .AnyTagClassName
 {
   color: #94B4CA;
 }
</style>
background-color css

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

 a { background-color: rgb(148,180,202); }

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

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

 span { border-color: rgb(148,180,202); }

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