Html Css Color HEX #8AACBC Nepal

📋 copy color: '#8AACBC'

red 138 ◦ green 172 ◦ blue 188

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

Shades of Nepal #8AACBC

Tints of Nepal #8AACBC

RGB

 RED value IS 138 (54.3% from 255) = 27.71%

 GREEN value IS 172 (67.58% from 255) = 34.54%

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

R = 27.71%
G = 34.54%
B = 37.75%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8AACBC (or 0x8AACBC) is known color: Nepal. HEX triplet: 8A, AC and BC. RGB value is (138,172,188). Sum of RGB (Red+Green+Blue) = 138+172+188=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 172 (67.58% from 255 or 34.54% 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 #8AACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACBC is #755343. Grayscale: #A3A3A3. Windows color (decimal): -7689028 or 12364938. OLE color: 12364938.

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

Color convert

RGB 138 172 188 -
CMYK 0.27 0.09 0 0.26
HSL 199.2º 0.27% 0.64% -
HSV(B) 199.2º 0.27% 0.74% -
XYZ 34.31 38.54 53.21 -
YUV 163.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 138 172 188 0.27 0.09 0 0.26 199.2 0.27 0.64
Hex 8A AC BC 1B 9 0 1A C7 1B 40
Octal 212 254 274 33 11 0 32 307 33 100
Binary 10001010 10101100 10111100 11011 1001 0 11010 11000111 11011 1000000

Color Harmonies of #8AACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AACBC

Black with #8AACBC

Text Example


Text Example

White with #8AACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,172,188); }

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

background-color css

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

 a { background-color: rgb(138,172,188); }

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

border-color css

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

 span { border-color: rgb(138,172,188); }

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