#99B8CD

Color #99B8CD Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #99B8CD

Tints of Nepal #99B8CD

Color information

#99B8CD (or 0x99B8CD) is unknown color: approx Nepal. HEX triplet: 99, B8 and CD. RGB value is (153,184,205). Sum of RGB (Red+Green+Blue) = 153+184+205=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #99B8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B8CD is #664732. Grayscale: #B1B1B1. Windows color (decimal): -6702899 or 13482137. OLE color: 13482137.

HSL color Cylindrical-coordinate representation of color #99B8CD: hue angle of 204.23º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99B8CD is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153184205-
CMYK0.250.1000.20
HSL204.23º34.21%70.2%-
HSV(B)204.23º25.37%80.39%-
XYZ41.345.4664.36-
YUV177.12143.73110.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.23%
GREEN value IS 184 (72.27% from 255) = 33.95%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=28.23%
G=33.95%
B=37.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531842050.250.1000.20204.2334.2170.2
Hex99B8CD19A014cc2246
Octal231270315311202431442106
Binary100110011011100011001101110011010010100110011001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B8CD; }

 p { color: rgb(153,184,205); }

 H1.HeaderClassName
 {
   color: #99B8CD;
 }
 .AnyTagClassName
 {
   color: #99B8CD;
 }
</style>
background-color css

<style>
 a { background-color: #99B8CD; }

 a { background-color: rgb(153,184,205); }

 div.DivClassName
 {
   background-color: #99B8CD;
 }
 .BgClassName
 {
   background-color: #99B8CD;
 }
</style>
border-color css

<style>
 span { border-color: #99B8CD; }

 span { border-color: rgb(153,184,205); }

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