Html Css Color HEX #8AADC3 Nepal

📋 copy color: '#8AADC3'

red 138 ◦ green 173 ◦ blue 195

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

Shades of Nepal #8AADC3

Tints of Nepal #8AADC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.54%

R = 27.27%
G = 34.19%
B = 38.54%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8AADC3 (or 0x8AADC3) is known color: Nepal. HEX triplet: 8A, AD and C3. RGB value is (138,173,195). Sum of RGB (Red+Green+Blue) = 138+173+195=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 195 - color contains mainly: blue. Hex color #8AADC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADC3 is #75523C. Grayscale: #A4A4A4. Windows color (decimal): -7688765 or 12823946. OLE color: 12823946.

HSL color Cylindrical-coordinate representation of color #8AADC3: hue angle of 203.16º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AADC3 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 173 195 -
CMYK 0.29 0.11 0 0.24
HSL 203.16º 0.32% 0.65% -
HSV(B) 203.16º 0.29% 0.76% -
XYZ 35.28 39.23 57.34 -
YUV 165.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 138 173 195 0.29 0.11 0 0.24 203.16 0.32 0.65
Hex 8A AD C3 1D B 0 18 CB 20 41
Octal 212 255 303 35 13 0 30 313 40 101
Binary 10001010 10101101 11000011 11101 1011 0 11000 11001011 100000 1000001

Color Harmonies of #8AADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADC3

Black with #8AADC3

Text Example


Text Example

White with #8AADC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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