Html Css Color HEX #8AADC4 Nepal

📋 copy color: '#8AADC4'

red 138 ◦ green 173 ◦ blue 196

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

Shades of Nepal #8AADC4

Tints of Nepal #8AADC4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.12%

 BLUE value IS 196 (76.95% from 255) = 38.66%

R = 27.22%
G = 34.12%
B = 38.66%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8AADC4 (or 0x8AADC4) is known color: Nepal. HEX triplet: 8A, AD and C4. RGB value is (138,173,196). Sum of RGB (Red+Green+Blue) = 138+173+196=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 196 - color contains mainly: blue. Hex color #8AADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADC4 is #75523B. Grayscale: #A5A5A5. Windows color (decimal): -7688764 or 12889482. OLE color: 12889482.

HSL color Cylindrical-coordinate representation of color #8AADC4: hue angle of 203.79º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AADC4 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 138 173 196 -
CMYK 0.30 0.12 0 0.23
HSL 203.79º 0.33% 0.65% -
HSV(B) 203.79º 0.3% 0.77% -
XYZ 35.39 39.28 57.94 -
YUV 165.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 138 173 196 0.30 0.12 0 0.23 203.79 0.33 0.65
Hex 8A AD C4 1E C 0 17 CC 21 41
Octal 212 255 304 36 14 0 27 314 41 101
Binary 10001010 10101101 11000100 11110 1100 0 10111 11001100 100001 1000001

Color Harmonies of #8AADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADC4

Black with #8AADC4

Text Example


Text Example

White with #8AADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,173,196); }

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

background-color css

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

 a { background-color: rgb(138,173,196); }

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

border-color css

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

 span { border-color: rgb(138,173,196); }

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