Html Css Color HEX #85EAB3 Vista Blue

📋 copy color: '#85EAB3'

red 133 ◦ green 234 ◦ blue 179

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

Shades of Vista Blue #85EAB3

Tints of Vista Blue #85EAB3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.86%

 BLUE value IS 179 (70.31% from 255) = 32.78%

R = 24.36%
G = 42.86%
B = 32.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#85EAB3 (or 0x85EAB3) is known color: Vista Blue. HEX triplet: 85, EA and B3. RGB value is (133,234,179). Sum of RGB (Red+Green+Blue) = 133+234+179=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #85EAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EAB3 is #7A154C. Grayscale: #C5C5C5. Windows color (decimal): -8000845 or 11790981. OLE color: 11790981.

HSL color Cylindrical-coordinate representation of color #85EAB3: hue angle of 147.33º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EAB3 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 234 179 -
CMYK 0.43 0 0.24 0.08
HSL 147.33º 0.71% 0.72% -
HSV(B) 147.33º 0.43% 0.92% -
XYZ 47.23 67.09 53.11 -
YUV 197.53 117.54 81.97 -
System Red Green Blue C M Y K H S L
Decimal 133 234 179 0.43 0 0.24 0.08 147.33 0.71 0.72
Hex 85 EA B3 2B 0 18 8 93 47 48
Octal 205 352 263 53 0 30 10 223 107 110
Binary 10000101 11101010 10110011 101011 0 11000 1000 10010011 1000111 1001000

Color Harmonies of #85EAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EAB3

Black with #85EAB3

Text Example


Text Example

White with #85EAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,234,179); }

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

background-color css

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

 a { background-color: rgb(133,234,179); }

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

border-color css

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

 span { border-color: rgb(133,234,179); }

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