#98AFC4

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

Shades of Nepal #98AFC4

Tints of Nepal #98AFC4

Color information

#98AFC4 (or 0x98AFC4) is unknown color: approx Nepal. HEX triplet: 98, AF and C4. RGB value is (152,175,196). Sum of RGB (Red+Green+Blue) = 152+175+196=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 196 - color contains mainly: blue. Hex color #98AFC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AFC4 is #67503B. Grayscale: #AAAAAA. Windows color (decimal): -6770748 or 12890008. OLE color: 12890008.

HSL color Cylindrical-coordinate representation of color #98AFC4: hue angle of 208.64º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98AFC4 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152175196-
CMYK0.220.1100.23
HSL208.64º27.16%68.24%-
HSV(B)208.64º22.45%76.86%-
XYZ38.2441.3258.18-
YUV170.52142.38114.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.06%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=29.06%
G=33.46%
B=37.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521751960.220.1100.23208.6427.1668.24
Hex98AFC416B017d11b44
Octal230257304261302732133104
Binary10011000101011111100010010110101101011111010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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