Html Css Color HEX #8AABBE Nepal

📋 copy color: '#8AABBE'

red 138 ◦ green 171 ◦ blue 190

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

Shades of Nepal #8AABBE

Tints of Nepal #8AABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.08%

R = 27.66%
G = 34.27%
B = 38.08%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8AABBE (or 0x8AABBE) is known color: Nepal. HEX triplet: 8A, AB and BE. RGB value is (138,171,190). Sum of RGB (Red+Green+Blue) = 138+171+190=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABBE is #755441. Grayscale: #A3A3A3. Windows color (decimal): -7689282 or 12495754. OLE color: 12495754.

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

Color convert

RGB 138 171 190 -
CMYK 0.27 0.10 0 0.25
HSL 201.92º 0.29% 0.64% -
HSV(B) 201.92º 0.27% 0.75% -
XYZ 34.34 38.25 54.29 -
YUV 163.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 138 171 190 0.27 0.10 0 0.25 201.92 0.29 0.64
Hex 8A AB BE 1B A 0 19 CA 1D 40
Octal 212 253 276 33 12 0 31 312 35 100
Binary 10001010 10101011 10111110 11011 1010 0 11001 11001010 11101 1000000

Color Harmonies of #8AABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AABBE

Black with #8AABBE

Text Example


Text Example

White with #8AABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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