Html Css Color HEX #85ABBE Nepal

📋 copy color: '#85ABBE'

red 133 ◦ green 171 ◦ blue 190

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

Shades of Nepal #85ABBE

Tints of Nepal #85ABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.46%

R = 26.92%
G = 34.62%
B = 38.46%

CMYK

 C value IS 0.3

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#85ABBE (or 0x85ABBE) is known color: Nepal. HEX triplet: 85, AB and BE. RGB value is (133,171,190). Sum of RGB (Red+Green+Blue) = 133+171+190=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #85ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABBE is #7A5441. Grayscale: #A1A1A1. Windows color (decimal): -8016962 or 12495749. OLE color: 12495749.

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

Color convert

RGB 133 171 190 -
CMYK 0.3 0.10 0 0.25
HSL 200º 0.3% 0.63% -
HSV(B) 200º 0.3% 0.75% -
XYZ 33.53 37.83 54.25 -
YUV 161.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 133 171 190 0.3 0.10 0 0.25 200 0.3 0.63
Hex 85 AB BE 1E A 0 19 C8 1E 3F
Octal 205 253 276 36 12 0 31 310 36 77
Binary 10000101 10101011 10111110 11110 1010 0 11001 11001000 11110 111111

Color Harmonies of #85ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ABBE

Black with #85ABBE

Text Example


Text Example

White with #85ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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