Html Css Color HEX #98B9CA Nepal

📋 copy color: '#98B9CA'

red 152 ◦ green 185 ◦ blue 202

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

Shades of Nepal #98B9CA

Tints of Nepal #98B9CA

RGB

 RED value IS 152 (59.77% from 255) = 28.2%

 GREEN value IS 185 (72.66% from 255) = 34.32%

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 28.2%
G = 34.32%
B = 37.48%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#98B9CA (or 0x98B9CA) is known color: Nepal. HEX triplet: 98, B9 and CA. RGB value is (152,185,202). Sum of RGB (Red+Green+Blue) = 152+185+202=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #98B9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B9CA is #674635. Grayscale: #B0B0B0. Windows color (decimal): -6768182 or 13285784. OLE color: 13285784.

HSL color Cylindrical-coordinate representation of color #98B9CA: hue angle of 200.4º 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 #98B9CA is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 185 202 -
CMYK 0.25 0.08 0 0.21
HSL 200.4º 0.32% 0.69% -
HSV(B) 200.4º 0.25% 0.79% -
XYZ 40.96 45.64 62.53 -
YUV 177.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 152 185 202 0.25 0.08 0 0.21 200.4 0.32 0.69
Hex 98 B9 CA 19 8 0 15 C8 20 45
Octal 230 271 312 31 10 0 25 310 40 105
Binary 10011000 10111001 11001010 11001 1000 0 10101 11001000 100000 1000101

Color Harmonies of #98B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B9CA

Black with #98B9CA

Text Example


Text Example

White with #98B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98B9CA;
 }
 .AnyTagClassName
 {
   color: #98B9CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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