Html Css Color HEX #85ABBC Nepal

📋 copy color: '#85ABBC'

red 133 ◦ green 171 ◦ blue 188

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

Shades of Nepal #85ABBC

Tints of Nepal #85ABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.21%

R = 27.03%
G = 34.76%
B = 38.21%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#85ABBC (or 0x85ABBC) is known color: Nepal. HEX triplet: 85, AB and BC. RGB value is (133,171,188). Sum of RGB (Red+Green+Blue) = 133+171+188=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #85ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABBC is #7A5443. Grayscale: #A1A1A1. Windows color (decimal): -8016964 or 12364677. OLE color: 12364677.

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

Color convert

RGB 133 171 188 -
CMYK 0.29 0.09 0 0.26
HSL 198.55º 0.29% 0.63% -
HSV(B) 198.55º 0.29% 0.74% -
XYZ 33.31 37.74 53.11 -
YUV 161.58 142.91 107.62 -
System Red Green Blue C M Y K H S L
Decimal 133 171 188 0.29 0.09 0 0.26 198.55 0.29 0.63
Hex 85 AB BC 1D 9 0 1A C7 1D 3F
Octal 205 253 274 35 11 0 32 307 35 77
Binary 10000101 10101011 10111100 11101 1001 0 11010 11000111 11101 111111

Color Harmonies of #85ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ABBC

Black with #85ABBC

Text Example


Text Example

White with #85ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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