Html Css Color HEX #85EFAB Vista Blue

📋 copy color: '#85EFAB'

red 133 ◦ green 239 ◦ blue 171

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

Shades of Vista Blue #85EFAB

Tints of Vista Blue #85EFAB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.01%

 BLUE value IS 171 (67.19% from 255) = 31.49%

R = 24.49%
G = 44.01%
B = 31.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#85EFAB (or 0x85EFAB) is known color: Vista Blue. HEX triplet: 85, EF and AB. RGB value is (133,239,171). Sum of RGB (Red+Green+Blue) = 133+239+171=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EFAB is #7A1054. Grayscale: #C7C7C7. Windows color (decimal): -7999573 or 11267973. OLE color: 11267973.

HSL color Cylindrical-coordinate representation of color #85EFAB: hue angle of 141.51º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EFAB is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 171 -
CMYK 0.44 0 0.28 0.06
HSL 141.51º 0.77% 0.73% -
HSV(B) 141.51º 0.44% 0.94% -
XYZ 47.89 69.66 49.45 -
YUV 199.55 111.88 80.53 -
System Red Green Blue C M Y K H S L
Decimal 133 239 171 0.44 0 0.28 0.06 141.51 0.77 0.73
Hex 85 EF AB 2C 0 1C 6 8E 4D 49
Octal 205 357 253 54 0 34 6 216 115 111
Binary 10000101 11101111 10101011 101100 0 11100 110 10001110 1001101 1001001

Color Harmonies of #85EFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EFAB

Black with #85EFAB

Text Example


Text Example

White with #85EFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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