#8CAFC0

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

Shades of Nepal #8CAFC0

Tints of Nepal #8CAFC0

Color information

#8CAFC0 (or 0x8CAFC0) is unknown color: approx Nepal. HEX triplet: 8C, AF and C0. RGB value is (140,175,192). Sum of RGB (Red+Green+Blue) = 140+175+192=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #8CAFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFC0 is #73503F. Grayscale: #A6A6A6. Windows color (decimal): -7557184 or 12627852. OLE color: 12627852.

HSL color Cylindrical-coordinate representation of color #8CAFC0: hue angle of 199.62º degrees, saturation: 0.29, 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 #8CAFC0 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140175192-
CMYK0.270.0900.25
HSL199.62º29.21%65.1%-
HSV(B)199.62º27.08%75.29%-
XYZ35.6640.0455.72-
YUV166.47142.4109.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.61%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=27.61%
G=34.52%
B=37.87%

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
Decimal1401751920.270.0900.25199.6229.2165.1
Hex8CAFC01B9019c81d41
Octal214257300331103131035101
Binary10001100101011111100000011011100101100111001000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,175,192); }

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

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

 a { background-color: rgb(140,175,192); }

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

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

 span { border-color: rgb(140,175,192); }

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