Html Css Color HEX #8CAABD Nepal

📋 copy color: '#8CAABD'

red 140 ◦ green 170 ◦ blue 189

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

Shades of Nepal #8CAABD

Tints of Nepal #8CAABD

RGB

 RED value IS 140 (55.08% from 255) = 28.06%

 GREEN value IS 170 (66.8% from 255) = 34.07%

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

R = 28.06%
G = 34.07%
B = 37.88%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8CAABD (or 0x8CAABD) is known color: Nepal. HEX triplet: 8C, AA and BD. RGB value is (140,170,189). Sum of RGB (Red+Green+Blue) = 140+170+189=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 170 (66.80% from 255 or 34.07% 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 #8CAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAABD is #735542. Grayscale: #A3A3A3. Windows color (decimal): -7558467 or 12429964. OLE color: 12429964.

HSL color Cylindrical-coordinate representation of color #8CAABD: hue angle of 203.27º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CAABD is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 170 189 -
CMYK 0.26 0.10 0 0.26
HSL 203.27º 0.27% 0.65% -
HSV(B) 203.27º 0.26% 0.74% -
XYZ 34.38 38 53.67 -
YUV 163.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 140 170 189 0.26 0.10 0 0.26 203.27 0.27 0.65
Hex 8C AA BD 1A A 0 1A CB 1B 41
Octal 214 252 275 32 12 0 32 313 33 101
Binary 10001100 10101010 10111101 11010 1010 0 11010 11001011 11011 1000001

Color Harmonies of #8CAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAABD

Black with #8CAABD

Text Example


Text Example

White with #8CAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,170,189); }

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

background-color css

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

 a { background-color: rgb(140,170,189); }

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

border-color css

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

 span { border-color: rgb(140,170,189); }

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