#8CADBF

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

Shades of Nepal #8CADBF

Tints of Nepal #8CADBF

Color information

#8CADBF (or 0x8CADBF) is unknown color: approx Nepal. HEX triplet: 8C, AD and BF. RGB value is (140,173,191). Sum of RGB (Red+Green+Blue) = 140+173+191=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #8CADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADBF is #735240. Grayscale: #A5A5A5. Windows color (decimal): -7557697 or 12561804. OLE color: 12561804.

HSL color Cylindrical-coordinate representation of color #8CADBF: hue angle of 201.18º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CADBF is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140173191-
CMYK0.270.0900.25
HSL201.18º28.49%64.9%-
HSV(B)201.18º26.7%74.9%-
XYZ35.1639.2255.01-
YUV165.18142.57110.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.78%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 191 (75% from 255) = 37.90%
R=27.78%
G=34.33%
B=37.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401731910.270.0900.25201.1828.4964.9
Hex8CADBF1B9019c91c41
Octal214255277331103131134101
Binary10001100101011011011111111011100101100111001001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CADBF; }

 p { color: rgb(140,173,191); }

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

<style>
 a { background-color: #8CADBF; }

 a { background-color: rgb(140,173,191); }

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

<style>
 span { border-color: #8CADBF; }

 span { border-color: rgb(140,173,191); }

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