Html Css Color HEX #8EB6CB Nepal

📋 copy color: '#8EB6CB'

red 142 ◦ green 182 ◦ blue 203

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

Shades of Nepal #8EB6CB

Tints of Nepal #8EB6CB

RGB

 RED value IS 142 (55.86% from 255) = 26.94%

 GREEN value IS 182 (71.48% from 255) = 34.54%

 BLUE value IS 203 (79.69% from 255) = 38.52%

R = 26.94%
G = 34.54%
B = 38.52%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8EB6CB (or 0x8EB6CB) is known color: Nepal. HEX triplet: 8E, B6 and CB. RGB value is (142,182,203). Sum of RGB (Red+Green+Blue) = 142+182+203=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EB6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB6CB is #714934. Grayscale: #ACACAC. Windows color (decimal): -7424309 or 13350542. OLE color: 13350542.

HSL color Cylindrical-coordinate representation of color #8EB6CB: hue angle of 200.66º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EB6CB is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 182 203 -
CMYK 0.30 0.10 0 0.20
HSL 200.66º 0.37% 0.68% -
HSV(B) 200.66º 0.3% 0.8% -
XYZ 38.66 43.52 62.86 -
YUV 172.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 142 182 203 0.30 0.10 0 0.20 200.66 0.37 0.68
Hex 8E B6 CB 1E A 0 14 C9 25 44
Octal 216 266 313 36 12 0 24 311 45 104
Binary 10001110 10110110 11001011 11110 1010 0 10100 11001001 100101 1000100

Color Harmonies of #8EB6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB6CB

Black with #8EB6CB

Text Example


Text Example

White with #8EB6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,182,203); }

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

background-color css

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

 a { background-color: rgb(142,182,203); }

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

border-color css

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

 span { border-color: rgb(142,182,203); }

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