Html Css Color HEX #8CAABA Nepal

📋 copy color: '#8CAABA'

red 140 ◦ green 170 ◦ blue 186

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

Shades of Nepal #8CAABA

Tints of Nepal #8CAABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.5%

R = 28.23%
G = 34.27%
B = 37.5%

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

#8CAABA (or 0x8CAABA) is known color: Nepal. HEX triplet: 8C, AA and BA. RGB value is (140,170,186). Sum of RGB (Red+Green+Blue) = 140+170+186=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #8CAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAABA is #735545. Grayscale: #A2A2A2. Windows color (decimal): -7558470 or 12233356. OLE color: 12233356.

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

Color convert

RGB 140 170 186 -
CMYK 0.25 0.09 0 0.27
HSL 200.87º 0.25% 0.64% -
HSV(B) 200.87º 0.25% 0.73% -
XYZ 34.05 37.87 51.97 -
YUV 162.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 140 170 186 0.25 0.09 0 0.27 200.87 0.25 0.64
Hex 8C AA BA 19 9 0 1B C9 19 40
Octal 214 252 272 31 11 0 33 311 31 100
Binary 10001100 10101010 10111010 11001 1001 0 11011 11001001 11001 1000000

Color Harmonies of #8CAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAABA

Black with #8CAABA

Text Example


Text Example

White with #8CAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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