#94B6CA

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

Shades of Nepal #94B6CA

Tints of Nepal #94B6CA

Color information

#94B6CA (or 0x94B6CA) is unknown color: approx Nepal. HEX triplet: 94, B6 and CA. RGB value is (148,182,202). Sum of RGB (Red+Green+Blue) = 148+182+202=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #94B6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B6CA is #6B4935. Grayscale: #AEAEAE. Windows color (decimal): -7031094 or 13285012. OLE color: 13285012.

HSL color Cylindrical-coordinate representation of color #94B6CA: hue angle of 202.22º 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 #94B6CA is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148182202-
CMYK0.270.1000.21
HSL202.22º33.75%68.63%-
HSV(B)202.22º26.73%79.22%-
XYZ39.644.0262.29-
YUV174.11143.74109.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.82%
GREEN value IS 182 (71.48% from 255) = 34.21%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=27.82%
G=34.21%
B=37.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481822020.270.1000.21202.2233.7568.63
Hex94B6CA1BA015ca2245
Octal224266312331202531242105
Binary100101001011011011001010110111010010101110010101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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