Html Css Color HEX #8DA7BB Nepal

📋 copy color: '#8DA7BB'

red 141 ◦ green 167 ◦ blue 187

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

Shades of Nepal #8DA7BB

Tints of Nepal #8DA7BB

RGB

 RED value IS 141 (55.47% from 255) = 28.48%

 GREEN value IS 167 (65.63% from 255) = 33.74%

 BLUE value IS 187 (73.44% from 255) = 37.78%

R = 28.48%
G = 33.74%
B = 37.78%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8DA7BB (or 0x8DA7BB) is known color: Nepal. HEX triplet: 8D, A7 and BB. RGB value is (141,167,187). Sum of RGB (Red+Green+Blue) = 141+167+187=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DA7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA7BB is #725844. Grayscale: #A1A1A1. Windows color (decimal): -7493701 or 12298125. OLE color: 12298125.

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

Color convert

RGB 141 167 187 -
CMYK 0.25 0.11 0 0.27
HSL 206.09º 0.25% 0.64% -
HSV(B) 206.09º 0.25% 0.73% -
XYZ 33.77 36.89 52.35 -
YUV 161.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 141 167 187 0.25 0.11 0 0.27 206.09 0.25 0.64
Hex 8D A7 BB 19 B 0 1B CE 19 40
Octal 215 247 273 31 13 0 33 316 31 100
Binary 10001101 10100111 10111011 11001 1011 0 11011 11001110 11001 1000000

Color Harmonies of #8DA7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA7BB

Black with #8DA7BB

Text Example


Text Example

White with #8DA7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,167,187); }

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

background-color css

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

 a { background-color: rgb(141,167,187); }

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

border-color css

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

 span { border-color: rgb(141,167,187); }

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