#98B8CD

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

Shades of Nepal #98B8CD

Tints of Nepal #98B8CD

Color information

#98B8CD (or 0x98B8CD) is unknown color: approx Nepal. HEX triplet: 98, B8 and CD. RGB value is (152,184,205). Sum of RGB (Red+Green+Blue) = 152+184+205=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #98B8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B8CD is #674732. Grayscale: #B0B0B0. Windows color (decimal): -6768435 or 13482136. OLE color: 13482136.

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

Color convert

RGB152184205-
CMYK0.260.1000.20
HSL203.77º34.64%70%-
HSV(B)203.77º25.85%80.39%-
XYZ41.1145.3664.35-
YUV176.83143.9110.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.10%
GREEN value IS 184 (72.27% from 255) = 34.01%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=28.10%
G=34.01%
B=37.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521842050.260.1000.20203.7734.6470
Hex98B8CD1AA014cc2346
Octal230270315321202431443106
Binary100110001011100011001101110101010010100110011001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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