Html Css Color HEX #8AACBD Nepal

📋 copy color: '#8AACBD'

red 138 ◦ green 172 ◦ blue 189

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

Shades of Nepal #8AACBD

Tints of Nepal #8AACBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.88%

R = 27.66%
G = 34.47%
B = 37.88%

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

#8AACBD (or 0x8AACBD) is known color: Nepal. HEX triplet: 8A, AC and BD. RGB value is (138,172,189). Sum of RGB (Red+Green+Blue) = 138+172+189=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACBD is #755342. Grayscale: #A3A3A3. Windows color (decimal): -7689027 or 12430474. OLE color: 12430474.

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

Color convert

RGB 138 172 189 -
CMYK 0.27 0.09 0 0.26
HSL 200º 0.28% 0.64% -
HSV(B) 200º 0.27% 0.74% -
XYZ 34.42 38.58 53.78 -
YUV 163.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 138 172 189 0.27 0.09 0 0.26 200 0.28 0.64
Hex 8A AC BD 1B 9 0 1A C8 1C 40
Octal 212 254 275 33 11 0 32 310 34 100
Binary 10001010 10101100 10111101 11011 1001 0 11010 11001000 11100 1000000

Color Harmonies of #8AACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AACBD

Black with #8AACBD

Text Example


Text Example

White with #8AACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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