Html Css Color HEX #8AABBC Nepal

📋 copy color: '#8AABBC'

red 138 ◦ green 171 ◦ blue 188

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

Shades of Nepal #8AABBC

Tints of Nepal #8AABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.41%

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

R = 27.77%
G = 34.41%
B = 37.83%

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

#8AABBC (or 0x8AABBC) is known color: Nepal. HEX triplet: 8A, AB and BC. RGB value is (138,171,188). Sum of RGB (Red+Green+Blue) = 138+171+188=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #8AABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABBC is #755443. Grayscale: #A2A2A2. Windows color (decimal): -7689284 or 12364682. OLE color: 12364682.

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

Color convert

RGB 138 171 188 -
CMYK 0.27 0.09 0 0.26
HSL 200.4º 0.27% 0.64% -
HSV(B) 200.4º 0.27% 0.74% -
XYZ 34.12 38.16 53.14 -
YUV 163.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 138 171 188 0.27 0.09 0 0.26 200.4 0.27 0.64
Hex 8A AB BC 1B 9 0 1A C8 1B 40
Octal 212 253 274 33 11 0 32 310 33 100
Binary 10001010 10101011 10111100 11011 1001 0 11010 11001000 11011 1000000

Color Harmonies of #8AABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AABBC

Black with #8AABBC

Text Example


Text Example

White with #8AABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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