Html Css Color HEX #85ABBD Nepal

📋 copy color: '#85ABBD'

red 133 ◦ green 171 ◦ blue 189

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

Shades of Nepal #85ABBD

Tints of Nepal #85ABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.69%

 BLUE value IS 189 (74.22% from 255) = 38.34%

R = 26.98%
G = 34.69%
B = 38.34%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#85ABBD (or 0x85ABBD) is known color: Nepal. HEX triplet: 85, AB and BD. RGB value is (133,171,189). Sum of RGB (Red+Green+Blue) = 133+171+189=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #85ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABBD is #7A5442. Grayscale: #A1A1A1. Windows color (decimal): -8016963 or 12430213. OLE color: 12430213.

HSL color Cylindrical-coordinate representation of color #85ABBD: hue angle of 199.29º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85ABBD is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 171 189 -
CMYK 0.30 0.10 0 0.26
HSL 199.29º 0.3% 0.63% -
HSV(B) 199.29º 0.3% 0.74% -
XYZ 33.42 37.79 53.68 -
YUV 161.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 133 171 189 0.30 0.10 0 0.26 199.29 0.3 0.63
Hex 85 AB BD 1E A 0 1A C7 1E 3F
Octal 205 253 275 36 12 0 32 307 36 77
Binary 10000101 10101011 10111101 11110 1010 0 11010 11000111 11110 111111

Color Harmonies of #85ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ABBD

Black with #85ABBD

Text Example


Text Example

White with #85ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,171,189); }

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

background-color css

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

 a { background-color: rgb(133,171,189); }

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

border-color css

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

 span { border-color: rgb(133,171,189); }

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