#94B8CA

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

Shades of Nepal #94B8CA

Tints of Nepal #94B8CA

Color information

#94B8CA (or 0x94B8CA) is unknown color: approx Nepal. HEX triplet: 94, B8 and CA. RGB value is (148,184,202). Sum of RGB (Red+Green+Blue) = 148+184+202=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #94B8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B8CA is #6B4735. Grayscale: #AFAFAF. Windows color (decimal): -7030582 or 13285524. OLE color: 13285524.

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

Color convert

RGB148184202-
CMYK0.270.0900.21
HSL200º33.75%68.63%-
HSV(B)200º26.73%79.22%-
XYZ40.0144.8462.42-
YUV175.29143.07108.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.72%
GREEN value IS 184 (72.27% from 255) = 34.46%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=27.72%
G=34.46%
B=37.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481842020.270.0900.2120033.7568.63
Hex94B8CA1B9015c82245
Octal224270312331102531042105
Binary100101001011100011001010110111001010101110010001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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