Html Css Color HEX #98ACC1 Nepal

📋 copy color: '#98ACC1'

red 152 ◦ green 172 ◦ blue 193

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

Shades of Nepal #98ACC1

Tints of Nepal #98ACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.27%

 BLUE value IS 193 (75.78% from 255) = 37.33%

R = 29.4%
G = 33.27%
B = 37.33%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#98ACC1 (or 0x98ACC1) is known color: Nepal. HEX triplet: 98, AC and C1. RGB value is (152,172,193). Sum of RGB (Red+Green+Blue) = 152+172+193=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #98ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACC1 is #67533E. Grayscale: #A8A8A8. Windows color (decimal): -6771519 or 12692632. OLE color: 12692632.

HSL color Cylindrical-coordinate representation of color #98ACC1: hue angle of 210.73º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98ACC1 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 172 193 -
CMYK 0.21 0.11 0 0.24
HSL 210.73º 0.25% 0.68% -
HSV(B) 210.73º 0.21% 0.76% -
XYZ 37.33 40.03 56.21 -
YUV 168.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 152 172 193 0.21 0.11 0 0.24 210.73 0.25 0.68
Hex 98 AC C1 15 B 0 18 D3 19 44
Octal 230 254 301 25 13 0 30 323 31 104
Binary 10011000 10101100 11000001 10101 1011 0 11000 11010011 11001 1000100

Color Harmonies of #98ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ACC1

Black with #98ACC1

Text Example


Text Example

White with #98ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,172,193); }

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

background-color css

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

 a { background-color: rgb(152,172,193); }

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

border-color css

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

 span { border-color: rgb(152,172,193); }

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