Html Css Color HEX #95BBCB Nepal

📋 copy color: '#95BBCB'

red 149 ◦ green 187 ◦ blue 203

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

Shades of Nepal #95BBCB

Tints of Nepal #95BBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.69%

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

R = 27.64%
G = 34.69%
B = 37.66%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#95BBCB (or 0x95BBCB) is known color: Nepal. HEX triplet: 95, BB and CB. RGB value is (149,187,203). Sum of RGB (Red+Green+Blue) = 149+187+203=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #95BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBCB is #6A4434. Grayscale: #B1B1B1. Windows color (decimal): -6964277 or 13351829. OLE color: 13351829.

HSL color Cylindrical-coordinate representation of color #95BBCB: hue angle of 197.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95BBCB is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 187 203 -
CMYK 0.27 0.08 0 0.20
HSL 197.78º 0.34% 0.69% -
HSV(B) 197.78º 0.27% 0.8% -
XYZ 40.94 46.24 63.27 -
YUV 177.46 142.41 107.7 -
System Red Green Blue C M Y K H S L
Decimal 149 187 203 0.27 0.08 0 0.20 197.78 0.34 0.69
Hex 95 BB CB 1B 8 0 14 C6 22 45
Octal 225 273 313 33 10 0 24 306 42 105
Binary 10010101 10111011 11001011 11011 1000 0 10100 11000110 100010 1000101

Color Harmonies of #95BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BBCB

Black with #95BBCB

Text Example


Text Example

White with #95BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,187,203); }

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

background-color css

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

 a { background-color: rgb(149,187,203); }

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

border-color css

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

 span { border-color: rgb(149,187,203); }

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