Html Css Color HEX #8CAABC Nepal

📋 copy color: '#8CAABC'

red 140 ◦ green 170 ◦ blue 188

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

Shades of Nepal #8CAABC

Tints of Nepal #8CAABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.75%

R = 28.11%
G = 34.14%
B = 37.75%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8CAABC (or 0x8CAABC) is known color: Nepal. HEX triplet: 8C, AA and BC. RGB value is (140,170,188). Sum of RGB (Red+Green+Blue) = 140+170+188=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #8CAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAABC is #735543. Grayscale: #A2A2A2. Windows color (decimal): -7558468 or 12364428. OLE color: 12364428.

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

Color convert

RGB 140 170 188 -
CMYK 0.26 0.10 0 0.26
HSL 202.5º 0.26% 0.64% -
HSV(B) 202.5º 0.26% 0.74% -
XYZ 34.27 37.96 53.1 -
YUV 163.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 140 170 188 0.26 0.10 0 0.26 202.5 0.26 0.64
Hex 8C AA BC 1A A 0 1A CA 1A 40
Octal 214 252 274 32 12 0 32 312 32 100
Binary 10001100 10101010 10111100 11010 1010 0 11010 11001010 11010 1000000

Color Harmonies of #8CAABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAABC

Black with #8CAABC

Text Example


Text Example

White with #8CAABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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