Html Css Color HEX #98AEC2 Nepal

📋 copy color: '#98AEC2'

red 152 ◦ green 174 ◦ blue 194

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

Shades of Nepal #98AEC2

Tints of Nepal #98AEC2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.46%

 BLUE value IS 194 (76.17% from 255) = 37.31%

R = 29.23%
G = 33.46%
B = 37.31%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#98AEC2 (or 0x98AEC2) is known color: Nepal. HEX triplet: 98, AE and C2. RGB value is (152,174,194). Sum of RGB (Red+Green+Blue) = 152+174+194=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 194 - color contains mainly: blue. Hex color #98AEC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AEC2 is #67513D. Grayscale: #A9A9A9. Windows color (decimal): -6771006 or 12758680. OLE color: 12758680.

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

Color convert

RGB 152 174 194 -
CMYK 0.22 0.10 0 0.24
HSL 208.57º 0.26% 0.68% -
HSV(B) 208.57º 0.22% 0.76% -
XYZ 37.82 40.84 56.93 -
YUV 169.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 152 174 194 0.22 0.10 0 0.24 208.57 0.26 0.68
Hex 98 AE C2 16 A 0 18 D1 1A 44
Octal 230 256 302 26 12 0 30 321 32 104
Binary 10011000 10101110 11000010 10110 1010 0 11000 11010001 11010 1000100

Color Harmonies of #98AEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AEC2

Black with #98AEC2

Text Example


Text Example

White with #98AEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,174,194); }

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

background-color css

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

 a { background-color: rgb(152,174,194); }

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

border-color css

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

 span { border-color: rgb(152,174,194); }

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