#93BBCC

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

Shades of Nepal #93BBCC

Tints of Nepal #93BBCC

Color information

#93BBCC (or 0x93BBCC) is unknown color: approx Nepal. HEX triplet: 93, BB and CC. RGB value is (147,187,204). Sum of RGB (Red+Green+Blue) = 147+187+204=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #93BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBCC is #6C4433. Grayscale: #B0B0B0. Windows color (decimal): -7095348 or 13417363. OLE color: 13417363.

HSL color Cylindrical-coordinate representation of color #93BBCC: hue angle of 197.89º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93BBCC is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147187204-
CMYK0.280.0800.2
HSL197.89º35.85%68.82%-
HSV(B)197.89º27.94%80%-
XYZ40.746.163.88-
YUV176.98143.25106.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.32%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=27.32%
G=34.76%
B=37.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1471872040.280.0800.2197.8935.8568.82
Hex93BBCC1C8014c62445
Octal223273314341002430644105
Binary100100111011101111001100111001000010100110001101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BBCC; }

 p { color: rgb(147,187,204); }

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

<style>
 a { background-color: #93BBCC; }

 a { background-color: rgb(147,187,204); }

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

<style>
 span { border-color: #93BBCC; }

 span { border-color: rgb(147,187,204); }

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