#85F4B4

Color #85F4B4 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #85F4B4

Tints of Vista Blue #85F4B4

Color information

#85F4B4 (or 0x85F4B4) is unknown color: approx Vista Blue. HEX triplet: 85, F4 and B4. RGB value is (133,244,180). Sum of RGB (Red+Green+Blue) = 133+244+180=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #85F4B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F4B4 is #7A0B4B. Grayscale: #CBCBCB. Windows color (decimal): -7998284 or 11859077. OLE color: 11859077.

HSL color Cylindrical-coordinate representation of color #85F4B4: hue angle of 145.41º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F4B4 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB133244180-
CMYK0.4500.260.04
HSL145.41º83.46%73.92%-
HSV(B)145.41º45.49%95.69%-
XYZ50.2672.9854.62-
YUV203.52114.7377.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.88%
GREEN value IS 244 (95.70% from 255) = 43.81%
BLUE value IS 180 (70.70% from 255) = 32.32%
R=23.88%
G=43.81%
B=32.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332441800.4500.260.04145.4183.4673.92
Hex85F4B42D01A491534a
Octal205364264550324221123112
Binary1000010111110100101101001011010110101001001000110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,244,180); }

 H1.HeaderClassName
 {
   color: #85F4B4;
 }
 .AnyTagClassName
 {
   color: #85F4B4;
 }
</style>
background-color css

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

 a { background-color: rgb(133,244,180); }

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

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

 span { border-color: rgb(133,244,180); }

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