Html Css Color HEX #9AADBB Nepal

📋 copy color: '#9AADBB'

red 154 ◦ green 173 ◦ blue 187

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

Shades of Nepal #9AADBB

Tints of Nepal #9AADBB

RGB

 RED value IS 154 (60.55% from 255) = 29.96%

 GREEN value IS 173 (67.97% from 255) = 33.66%

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 29.96%
G = 33.66%
B = 36.38%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9AADBB (or 0x9AADBB) is known color: Nepal. HEX triplet: 9A, AD and BB. RGB value is (154,173,187). Sum of RGB (Red+Green+Blue) = 154+173+187=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #9AADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AADBB is #655244. Grayscale: #A8A8A8. Windows color (decimal): -6640197 or 12299674. OLE color: 12299674.

HSL color Cylindrical-coordinate representation of color #9AADBB: hue angle of 205.45º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AADBB is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 173 187 -
CMYK 0.18 0.07 0 0.27
HSL 205.45º 0.2% 0.67% -
HSV(B) 205.45º 0.18% 0.73% -
XYZ 37.24 40.35 52.84 -
YUV 168.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 154 173 187 0.18 0.07 0 0.27 205.45 0.2 0.67
Hex 9A AD BB 12 7 0 1B CD 14 43
Octal 232 255 273 22 7 0 33 315 24 103
Binary 10011010 10101101 10111011 10010 111 0 11011 11001101 10100 1000011

Color Harmonies of #9AADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AADBB

Black with #9AADBB

Text Example


Text Example

White with #9AADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AADBB; }

 p { color: rgb(154,173,187); }

 H1.HeaderClassName
 {
   color: #9AADBB;
 }
 .AnyTagClassName
 {
   color: #9AADBB;
 }
</style>

background-color css

<style>
 a { background-color: #9AADBB; }

 a { background-color: rgb(154,173,187); }

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

border-color css

<style>
 span { border-color: #9AADBB; }

 span { border-color: rgb(154,173,187); }

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