Html Css Color HEX #98B7CC Nepal

📋 copy color: '#98B7CC'

red 152 ◦ green 183 ◦ blue 204

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

Shades of Nepal #98B7CC

Tints of Nepal #98B7CC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.95%

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 28.2%
G = 33.95%
B = 37.85%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#98B7CC (or 0x98B7CC) is known color: Nepal. HEX triplet: 98, B7 and CC. RGB value is (152,183,204). Sum of RGB (Red+Green+Blue) = 152+183+204=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #98B7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B7CC is #674833. Grayscale: #B0B0B0. Windows color (decimal): -6768692 or 13416344. OLE color: 13416344.

HSL color Cylindrical-coordinate representation of color #98B7CC: hue angle of 204.23º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98B7CC is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 183 204 -
CMYK 0.25 0.10 0 0.2
HSL 204.23º 0.34% 0.7% -
HSV(B) 204.23º 0.25% 0.8% -
XYZ 40.78 44.9 63.64 -
YUV 176.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 152 183 204 0.25 0.10 0 0.2 204.23 0.34 0.7
Hex 98 B7 CC 19 A 0 14 CC 22 46
Octal 230 267 314 31 12 0 24 314 42 106
Binary 10011000 10110111 11001100 11001 1010 0 10100 11001100 100010 1000110

Color Harmonies of #98B7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B7CC

Black with #98B7CC

Text Example


Text Example

White with #98B7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,183,204); }

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

background-color css

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

 a { background-color: rgb(152,183,204); }

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

border-color css

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

 span { border-color: rgb(152,183,204); }

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