#98B5CA

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

Shades of Nepal #98B5CA

Tints of Nepal #98B5CA

Color information

#98B5CA (or 0x98B5CA) is unknown color: approx Nepal. HEX triplet: 98, B5 and CA. RGB value is (152,181,202). Sum of RGB (Red+Green+Blue) = 152+181+202=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #98B5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B5CA is #674A35. Grayscale: #AEAEAE. Windows color (decimal): -6769206 or 13284760. OLE color: 13284760.

HSL color Cylindrical-coordinate representation of color #98B5CA: hue angle of 205.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98B5CA is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152181202-
CMYK0.250.1000.21
HSL205.2º32.05%69.41%-
HSV(B)205.2º24.75%79.22%-
XYZ40.1343.9962.25-
YUV174.72143.39111.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.41%
GREEN value IS 181 (71.09% from 255) = 33.83%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=28.41%
G=33.83%
B=37.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521812020.250.1000.21205.232.0569.41
Hex98B5CA19A015cd2045
Octal230265312311202531540105
Binary100110001011010111001010110011010010101110011011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,181,202); }

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

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

 a { background-color: rgb(152,181,202); }

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

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

 span { border-color: rgb(152,181,202); }

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