Html Css Color HEX #85A8BB Nepal

📋 copy color: '#85A8BB'

red 133 ◦ green 168 ◦ blue 187

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

Shades of Nepal #85A8BB

Tints of Nepal #85A8BB

RGB

 RED value IS 133 (52.34% from 255) = 27.25%

 GREEN value IS 168 (66.02% from 255) = 34.43%

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

R = 27.25%
G = 34.43%
B = 38.32%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#85A8BB (or 0x85A8BB) is known color: Nepal. HEX triplet: 85, A8 and BB. RGB value is (133,168,187). Sum of RGB (Red+Green+Blue) = 133+168+187=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #85A8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A8BB is #7A5744. Grayscale: #9F9F9F. Windows color (decimal): -8017733 or 12298373. OLE color: 12298373.

HSL color Cylindrical-coordinate representation of color #85A8BB: hue angle of 201.11º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85A8BB is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 168 187 -
CMYK 0.29 0.10 0 0.27
HSL 201.11º 0.28% 0.63% -
HSV(B) 201.11º 0.29% 0.73% -
XYZ 32.65 36.58 52.35 -
YUV 159.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 133 168 187 0.29 0.10 0 0.27 201.11 0.28 0.63
Hex 85 A8 BB 1D A 0 1B C9 1C 3F
Octal 205 250 273 35 12 0 33 311 34 77
Binary 10000101 10101000 10111011 11101 1010 0 11011 11001001 11100 111111

Color Harmonies of #85A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A8BB

Black with #85A8BB

Text Example


Text Example

White with #85A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A8BB; }

 p { color: rgb(133,168,187); }

 H1.HeaderClassName
 {
   color: #85A8BB;
 }
 .AnyTagClassName
 {
   color: #85A8BB;
 }
</style>

background-color css

<style>
 a { background-color: #85A8BB; }

 a { background-color: rgb(133,168,187); }

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

border-color css

<style>
 span { border-color: #85A8BB; }

 span { border-color: rgb(133,168,187); }

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