#93B3CA

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

Shades of Nepal #93B3CA

Tints of Nepal #93B3CA

Color information

#93B3CA (or 0x93B3CA) is unknown color: approx Nepal. HEX triplet: 93, B3 and CA. RGB value is (147,179,202). Sum of RGB (Red+Green+Blue) = 147+179+202=528 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.84% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #93B3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B3CA is #6C4C35. Grayscale: #ABABAB. Windows color (decimal): -7097398 or 13284243. OLE color: 13284243.

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

Color convert

RGB147179202-
CMYK0.270.1100.21
HSL205.09º34.16%68.43%-
HSV(B)205.09º27.23%79.22%-
XYZ38.8142.7162.07-
YUV172.05144.9110.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.84%
GREEN value IS 179 (70.31% from 255) = 33.90%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=27.84%
G=33.90%
B=38.26%

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
Decimal1471792020.270.1100.21205.0934.1668.43
Hex93B3CA1BB015cd2244
Octal223263312331302531542104
Binary100100111011001111001010110111011010101110011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,179,202); }

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

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

 a { background-color: rgb(147,179,202); }

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

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

 span { border-color: rgb(147,179,202); }

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