Html Css Color HEX #95B6C3 Nepal

📋 copy color: '#95B6C3'

red 149 ◦ green 182 ◦ blue 195

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

Shades of Nepal #95B6C3

Tints of Nepal #95B6C3

RGB

 RED value IS 149 (58.59% from 255) = 28.33%

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

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

R = 28.33%
G = 34.6%
B = 37.07%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#95B6C3 (or 0x95B6C3) is known color: Nepal. HEX triplet: 95, B6 and C3. RGB value is (149,182,195). Sum of RGB (Red+Green+Blue) = 149+182+195=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 195 - color contains mainly: blue. Hex color #95B6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B6C3 is #6A493C. Grayscale: #ADADAD. Windows color (decimal): -6965565 or 12826261. OLE color: 12826261.

HSL color Cylindrical-coordinate representation of color #95B6C3: hue angle of 196.96º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95B6C3 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 182 195 -
CMYK 0.24 0.07 0 0.24
HSL 196.96º 0.28% 0.67% -
HSV(B) 196.96º 0.24% 0.76% -
XYZ 38.97 43.79 58.03 -
YUV 173.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 149 182 195 0.24 0.07 0 0.24 196.96 0.28 0.67
Hex 95 B6 C3 18 7 0 18 C5 1C 43
Octal 225 266 303 30 7 0 30 305 34 103
Binary 10010101 10110110 11000011 11000 111 0 11000 11000101 11100 1000011

Color Harmonies of #95B6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B6C3

Black with #95B6C3

Text Example


Text Example

White with #95B6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95B6C3; }

 p { color: rgb(149,182,195); }

 H1.HeaderClassName
 {
   color: #95B6C3;
 }
 .AnyTagClassName
 {
   color: #95B6C3;
 }
</style>

background-color css

<style>
 a { background-color: #95B6C3; }

 a { background-color: rgb(149,182,195); }

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

border-color css

<style>
 span { border-color: #95B6C3; }

 span { border-color: rgb(149,182,195); }

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