Html Css Color HEX #8CAABB Nepal

📋 copy color: '#8CAABB'

red 140 ◦ green 170 ◦ blue 187

#8CAABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #8CAABB

Tints of Nepal #8CAABB

RGB

 RED value IS 140 (55.08% from 255) = 28.17%

 GREEN value IS 170 (66.8% from 255) = 34.21%

 BLUE value IS 187 (73.44% from 255) = 37.63%

R = 28.17%
G = 34.21%
B = 37.63%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8CAABB (or 0x8CAABB) is known color: Nepal. HEX triplet: 8C, AA and BB. RGB value is (140,170,187). Sum of RGB (Red+Green+Blue) = 140+170+187=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CAABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAABB is #735544. Grayscale: #A2A2A2. Windows color (decimal): -7558469 or 12298892. OLE color: 12298892.

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

Color convert

RGB 140 170 187 -
CMYK 0.25 0.09 0 0.27
HSL 201.7º 0.26% 0.64% -
HSV(B) 201.7º 0.25% 0.73% -
XYZ 34.16 37.91 52.53 -
YUV 162.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 140 170 187 0.25 0.09 0 0.27 201.7 0.26 0.64
Hex 8C AA BB 19 9 0 1B CA 1A 40
Octal 214 252 273 31 11 0 33 312 32 100
Binary 10001100 10101010 10111011 11001 1001 0 11011 11001010 11010 1000000

Color Harmonies of #8CAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAABB

Black with #8CAABB

Text Example


Text Example

White with #8CAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,170,187); }

 H1.HeaderClassName
 {
   color: #8CAABB;
 }
 .AnyTagClassName
 {
   color: #8CAABB;
 }
</style>

background-color css

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

 a { background-color: rgb(140,170,187); }

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

border-color css

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

 span { border-color: rgb(140,170,187); }

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