Html Css Color HEX #85ECB0 Vista Blue

📋 copy color: '#85ECB0'

red 133 ◦ green 236 ◦ blue 176

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

Shades of Vista Blue #85ECB0

Tints of Vista Blue #85ECB0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.3%

 BLUE value IS 176 (69.14% from 255) = 32.29%

R = 24.4%
G = 43.3%
B = 32.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#85ECB0 (or 0x85ECB0) is known color: Vista Blue. HEX triplet: 85, EC and B0. RGB value is (133,236,176). Sum of RGB (Red+Green+Blue) = 133+236+176=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ECB0 is #7A134F. Grayscale: #C6C6C6. Windows color (decimal): -8000336 or 11594885. OLE color: 11594885.

HSL color Cylindrical-coordinate representation of color #85ECB0: hue angle of 145.05º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ECB0 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 236 176 -
CMYK 0.44 0 0.25 0.07
HSL 145.05º 0.73% 0.72% -
HSV(B) 145.05º 0.44% 0.93% -
XYZ 47.5 68.11 51.72 -
YUV 198.36 115.38 81.38 -
System Red Green Blue C M Y K H S L
Decimal 133 236 176 0.44 0 0.25 0.07 145.05 0.73 0.72
Hex 85 EC B0 2C 0 19 7 91 49 48
Octal 205 354 260 54 0 31 7 221 111 110
Binary 10000101 11101100 10110000 101100 0 11001 111 10010001 1001001 1001000

Color Harmonies of #85ECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ECB0

Black with #85ECB0

Text Example


Text Example

White with #85ECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,236,176); }

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

background-color css

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

 a { background-color: rgb(133,236,176); }

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

border-color css

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

 span { border-color: rgb(133,236,176); }

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