Html Css Color HEX #96B8CC Nepal

📋 copy color: '#96B8CC'

red 150 ◦ green 184 ◦ blue 204

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

Shades of Nepal #96B8CC

Tints of Nepal #96B8CC

RGB

 RED value IS 150 (58.98% from 255) = 27.88%

 GREEN value IS 184 (72.27% from 255) = 34.2%

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 27.88%
G = 34.2%
B = 37.92%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#96B8CC (or 0x96B8CC) is known color: Nepal. HEX triplet: 96, B8 and CC. RGB value is (150,184,204). Sum of RGB (Red+Green+Blue) = 150+184+204=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #96B8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B8CC is #694733. Grayscale: #B0B0B0. Windows color (decimal): -6899508 or 13416598. OLE color: 13416598.

HSL color Cylindrical-coordinate representation of color #96B8CC: hue angle of 202.22º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96B8CC is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 184 204 -
CMYK 0.26 0.10 0 0.2
HSL 202.22º 0.35% 0.69% -
HSV(B) 202.22º 0.26% 0.8% -
XYZ 40.62 45.12 63.7 -
YUV 176.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 150 184 204 0.26 0.10 0 0.2 202.22 0.35 0.69
Hex 96 B8 CC 1A A 0 14 CA 23 45
Octal 226 270 314 32 12 0 24 312 43 105
Binary 10010110 10111000 11001100 11010 1010 0 10100 11001010 100011 1000101

Color Harmonies of #96B8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B8CC

Black with #96B8CC

Text Example


Text Example

White with #96B8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B8CC; }

 p { color: rgb(150,184,204); }

 H1.HeaderClassName
 {
   color: #96B8CC;
 }
 .AnyTagClassName
 {
   color: #96B8CC;
 }
</style>

background-color css

<style>
 a { background-color: #96B8CC; }

 a { background-color: rgb(150,184,204); }

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

border-color css

<style>
 span { border-color: #96B8CC; }

 span { border-color: rgb(150,184,204); }

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