#94B8CB

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

Shades of Nepal #94B8CB

Tints of Nepal #94B8CB

Color information

#94B8CB (or 0x94B8CB) is unknown color: approx Nepal. HEX triplet: 94, B8 and CB. RGB value is (148,184,203). Sum of RGB (Red+Green+Blue) = 148+184+203=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #94B8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B8CB is #6B4734. Grayscale: #AFAFAF. Windows color (decimal): -7030581 or 13351060. OLE color: 13351060.

HSL color Cylindrical-coordinate representation of color #94B8CB: hue angle of 200.73º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94B8CB is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148184203-
CMYK0.270.0900.20
HSL200.73º34.59%68.82%-
HSV(B)200.73º27.09%79.61%-
XYZ40.1344.8963.05-
YUV175.4143.57108.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.66%
GREEN value IS 184 (72.27% from 255) = 34.39%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=27.66%
G=34.39%
B=37.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481842030.270.0900.20200.7334.5968.82
Hex94B8CB1B9014c92345
Octal224270313331102431143105
Binary100101001011100011001011110111001010100110010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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