Html Css Color HEX #98AFC6 Nepal

📋 copy color: '#98AFC6'

red 152 ◦ green 175 ◦ blue 198

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

Shades of Nepal #98AFC6

Tints of Nepal #98AFC6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.33%

 BLUE value IS 198 (77.73% from 255) = 37.71%

R = 28.95%
G = 33.33%
B = 37.71%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#98AFC6 (or 0x98AFC6) is known color: Nepal. HEX triplet: 98, AF and C6. RGB value is (152,175,198). Sum of RGB (Red+Green+Blue) = 152+175+198=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 198 - color contains mainly: blue. Hex color #98AFC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AFC6 is #675039. Grayscale: #AAAAAA. Windows color (decimal): -6770746 or 13021080. OLE color: 13021080.

HSL color Cylindrical-coordinate representation of color #98AFC6: hue angle of 210º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98AFC6 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 175 198 -
CMYK 0.23 0.12 0 0.22
HSL 210º 0.29% 0.69% -
HSV(B) 210º 0.23% 0.78% -
XYZ 38.47 41.41 59.39 -
YUV 170.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 152 175 198 0.23 0.12 0 0.22 210 0.29 0.69
Hex 98 AF C6 17 C 0 16 D2 1D 45
Octal 230 257 306 27 14 0 26 322 35 105
Binary 10011000 10101111 11000110 10111 1100 0 10110 11010010 11101 1000101

Color Harmonies of #98AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AFC6

Black with #98AFC6

Text Example


Text Example

White with #98AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,175,198); }

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

background-color css

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

 a { background-color: rgb(152,175,198); }

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

border-color css

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

 span { border-color: rgb(152,175,198); }

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